mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 09:57:44 +00:00
nut: add libltdl dependency
libltdl is needed for nut-scanner Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
f133e9b05f
commit
46250ee126
@ -48,6 +48,14 @@ else
|
|||||||
NUT_CONF_OPT += --without-cgi
|
NUT_CONF_OPT += --without-cgi
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# libltdl (libtool) is needed for nut-scanner
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBTOOL),y)
|
||||||
|
NUT_DEPENDENCIES += libtool
|
||||||
|
NUT_CONF_OPT += --with-libltdl
|
||||||
|
else
|
||||||
|
NUT_CONF_OPT += --without-libltdl
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBUSB_COMPAT),y)
|
ifeq ($(BR2_PACKAGE_LIBUSB_COMPAT),y)
|
||||||
NUT_DEPENDENCIES += libusb-compat
|
NUT_DEPENDENCIES += libusb-compat
|
||||||
NUT_CONF_OPT += --with-usb
|
NUT_CONF_OPT += --with-usb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user