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) ifeq ($(BR2_PACKAGE_DBUS),y)
AVAHI_DISABLE_DBUS:= AVAHI_DISABLE_DBUS:=
AVAHI_EXTRA_DEPS+=$(STAGING_DIR)/usr/bin/dbus-daemon AVAHI_EXTRA_DEPS+=dbus
else else
AVAHI_DISABLE_DBUS:=--disable-dbus AVAHI_DISABLE_DBUS:=--disable-dbus
endif endif

View File

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