avahi/dnsmasq: adjust dbus dep after Makefile.autotools.in conversion

This commit is contained in:
Peter Korsgaard 2009-02-26 20:57:29 +00:00
parent f12e7def7c
commit 69dcc7c8c7
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ endif
ifeq ($(BR2_PACKAGE_DBUS),y)
AVAHI_DISABLE_DBUS:=
AVAHI_EXTRA_DEPS+=$(STAGING_DIR)/usr/bin/dbus-daemon
AVAHI_EXTRA_DEPS+=dbus
else
AVAHI_DISABLE_DBUS:=--disable-dbus
endif

View file

@ -26,7 +26,7 @@ DNSMASQ_COPTS+=-DNO_LARGEFILE
endif
ifeq ($(BR2_PACKAGE_DBUS),y)
DNSMASQ_DBUS:=$(TARGET_DIR)/usr/bin/dbus-daemon
DNSMASQ_DBUS:=dbus
else
DNSMASQ_DBUS:=
endif