From: Peter Korsgaard Date: Mon, 26 Nov 2007 13:02:21 +0000 (-0000) Subject: Install dbus before avahi so dbus directories are available X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9066fc288d2396a832350113475365da9d5efd9c;p=buildroot.git Install dbus before avahi so dbus directories are available --- diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk index 1083d9a526..1f53d95cdf 100644 --- a/package/avahi/avahi.mk +++ b/package/avahi/avahi.mk @@ -37,7 +37,7 @@ endif ifeq ($(strip $(BR2_PACKAGE_DBUS)),y) AVAHI_DISABLE_DBUS:= -AVAHI_EXTRA_DEPS+=$(STAGING_DIR)/usr/lib/libdbus-1.so +AVAHI_EXTRA_DEPS+=$(TARGET_DIR)/usr/bin/dbus-daemon else AVAHI_DISABLE_DBUS:=--disable-dbus endif