mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/lxc: add libapparmor optional dependency
Signed-off-by: Ian Merin <Ian.Merin+Entrust@ncipher.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
5da83ec50f
commit
db86b18af5
@@ -13,10 +13,16 @@ LXC_DEPENDENCIES = host-pkgconf
|
||||
LXC_INSTALL_STAGING = YES
|
||||
|
||||
LXC_CONF_OPTS = \
|
||||
-Dapparmor=false \
|
||||
-Dexamples=false \
|
||||
-Dman=false
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBAPPARMOR),y)
|
||||
LXC_CONF_OPTS += -Dapparmor=true
|
||||
LXC_DEPENDENCIES += libapparmor
|
||||
else
|
||||
LXC_CONF_OPTS += -Dapparmor=false
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_BASH_COMPLETION),y)
|
||||
LXC_DEPENDENCIES += bash-completion
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user