mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
util-linux: add missing dependency on libcap-ng
Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
a5a4b38c6a
commit
045f3f777f
@ -40,6 +40,10 @@ UTIL_LINUX_DEPENDENCIES += gettext
|
|||||||
UTIL_LINUX_MAKE_OPT += LIBS=-lintl
|
UTIL_LINUX_MAKE_OPT += LIBS=-lintl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBCAP_NG),y)
|
||||||
|
UTIL_LINUX_DEPENDENCIES += libcap-ng
|
||||||
|
endif
|
||||||
|
|
||||||
# Used by cramfs utils
|
# Used by cramfs utils
|
||||||
UTIL_LINUX_DEPENDENCIES += $(if $(BR2_PACKAGE_ZLIB),zlib)
|
UTIL_LINUX_DEPENDENCIES += $(if $(BR2_PACKAGE_ZLIB),zlib)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user