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
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-29 13:09:06 +0100
commit219891075bcc40820414f0e7bb4537245c045383 (patch)
treee6e0c60c9c1236629affda3afee2c1d4db30a914 /meta/recipes-extended/cups
parent53efb9631d23db6e81f8d6fd9aa77cca7a2ef1cb (diff)
downloadopenembedded-core-contrib-219891075bcc40820414f0e7bb4537245c045383.tar.gz
cups: add PACKAGECONFIG for acl
* acl is autodetected from sysroot * add PACKAGECONFIG to make it deterministic (From OE-Core rev: 4f0b420b8a64862e6caa53ba0653c27a3d2387c3) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 \