mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
avahi/dnsmasq: adjust dbus dep after Makefile.autotools.in conversion
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user