Commit 9066fc28 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

Install dbus before avahi so dbus directories are available

parent 1a7da64f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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