mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
samba: avahi support needs avahi-daemon / dbus
./configure checks for libavahi-client. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
96c607c93a
commit
c06b3891ff
2
CHANGES
2
CHANGES
@ -18,7 +18,7 @@
|
|||||||
fs: old-style squashfs for big endian archs fixed.
|
fs: old-style squashfs for big endian archs fixed.
|
||||||
|
|
||||||
Updated/fixed packages: busybox, imagemagick, libglib2, lua,
|
Updated/fixed packages: busybox, imagemagick, libglib2, lua,
|
||||||
luafilesystem, lzo, netcat, php, qt, startup-notification,
|
luafilesystem, lzo, netcat, php, qt, samba, startup-notification,
|
||||||
sysvinit, util-linux
|
sysvinit, util-linux
|
||||||
|
|
||||||
Issues resolved (http://bugs.uclibc.org):
|
Issues resolved (http://bugs.uclibc.org):
|
||||||
|
@ -241,12 +241,13 @@ config BR2_PACKAGE_SAMBA_AVAHI
|
|||||||
bool "support avahi"
|
bool "support avahi"
|
||||||
default y
|
default y
|
||||||
depends on BR2_PACKAGE_SAMBA
|
depends on BR2_PACKAGE_SAMBA
|
||||||
depends on BR2_PACKAGE_AVAHI
|
depends on BR2_PACKAGE_AVAHI_DAEMON
|
||||||
|
depends on BR2_PACKAGE_DBUS
|
||||||
help
|
help
|
||||||
Include support for avahi
|
Include support for avahi
|
||||||
|
|
||||||
comment "support avahi - disabled (requires avahi)"
|
comment "support avahi - disabled (requires avahi-daemon/dbus)"
|
||||||
depends on !BR2_PACKAGE_AVAHI
|
depends on !BR2_PACKAGE_AVAHI_DAEMON || !BR2_PACKAGE_DBUS
|
||||||
|
|
||||||
config BR2_PACKAGE_SAMBA_GAMIN
|
config BR2_PACKAGE_SAMBA_GAMIN
|
||||||
bool "support gamin"
|
bool "support gamin"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user