mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
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)
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user