diff options
-rw-r--r-- | package/avahi/avahi.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk index 2f423d7dc..8bda6d3aa 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+=$(TARGET_DIR)/usr/bin/dbus-daemon +AVAHI_EXTRA_DEPS+=$(STAGING_DIR)/usr/bin/dbus-daemon else AVAHI_DISABLE_DBUS:=--disable-dbus endif |