mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
f2fs-tools: add selinux and libblk optional dependencies
Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
7e3ff45cf1
commit
e2a92d114b
@ -15,4 +15,18 @@ F2FS_TOOLS_INSTALL_STAGING = YES
|
|||||||
F2FS_TOOLS_LICENSE = GPL-2.0
|
F2FS_TOOLS_LICENSE = GPL-2.0
|
||||||
F2FS_TOOLS_LICENSE_FILES = COPYING
|
F2FS_TOOLS_LICENSE_FILES = COPYING
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBSELINUX),y)
|
||||||
|
F2FS_TOOLS_CONF_OPTS += --with-selinux
|
||||||
|
F2FS_TOOLS_DEPENDENCIES += libselinux
|
||||||
|
else
|
||||||
|
F2FS_TOOLS_CONF_OPTS += --without-selinux
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_UTIL_LINUX_LIBBLKID),y)
|
||||||
|
# util-linux is a dependency already, no need to list it again
|
||||||
|
F2FS_TOOLS_CONF_OPTS += --with-blkid
|
||||||
|
else
|
||||||
|
F2FS_TOOLS_CONF_OPTS += --without-blkid
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user