mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/samba4: add optional dependency to dbus
samba4 picks up dbus as dependency if it was built before: Checking for dbus : yes Checking for header dbus/dbus.h : yes Checking for library dbus-1 : yes There is no configure option to control dbus support so we just make sure dbus is built before samba4 to have reproducible builds. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
25af7e7bf1
commit
17f6c26590
@ -44,6 +44,10 @@ else
|
|||||||
SAMBA4_CONF_OPTS += --disable-cups
|
SAMBA4_CONF_OPTS += --disable-cups
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_DBUS),y)
|
||||||
|
SAMBA4_DEPENDENCIES += dbus
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_DBUS)$(BR2_PACKAGE_AVAHI_DAEMON),yy)
|
ifeq ($(BR2_PACKAGE_DBUS)$(BR2_PACKAGE_AVAHI_DAEMON),yy)
|
||||||
SAMBA4_CONF_OPTS += --enable-avahi
|
SAMBA4_CONF_OPTS += --enable-avahi
|
||||||
SAMBA4_DEPENDENCIES += avahi
|
SAMBA4_DEPENDENCIES += avahi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user