From 219891075bcc40820414f0e7bb4537245c045383 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 21 Jul 2013 14:45:39 +0200 Subject: [PATCH] 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-extended/cups/cups16.inc | 1 + 1 file changed, 1 insertion(+) 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 \