avahi/dnsmasq: adjust dbus dep after Makefile.autotools.in conversion
This commit is contained in:
parent
f12e7def7c
commit
69dcc7c8c7
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user