aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-21 14:45:39 +0200
committerSaul Wold <sgw@linux.intel.com>2013-07-27 23:28:25 -0700
commit4f0b420b8a64862e6caa53ba0653c27a3d2387c3 (patch)
tree5629c971398ffa2c2a882da28817639ae39669af /meta/recipes-extended/cups
parent71efa24f0acd3d38d3223ca9811399eeaf8126e4 (diff)
downloadopenembedded-core-contrib-4f0b420b8a64862e6caa53ba0653c27a3d2387c3.tar.gz
cups: add PACKAGECONFIG for acl
* acl is autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/cups')
-rw-r--r--meta/recipes-extended/cups/cups16.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/cups/cups16.inc b/meta/recipes-extended/cups/cups16.inc
index bf155a1461..7b8ba06d59 100644
--- a/meta/recipes-extended/cups/cups16.inc
+++ b/meta/recipes-extended/cups/cups16.inc
@@ -13,6 +13,7 @@ inherit autotools binconfig
PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}"
PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi"
+PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl"
EXTRA_OECONF = " \
--enable-gnutls \