[oe-commits] [openembedded-core] 21/40: l3afpad: add check for GTK3DISTROFEATURES

git at git.openembedded.org git at git.openembedded.org
Thu Jul 7 12:39:12 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit ceebde449fbb2606f841f81a11e8f4d7e6030808
Author: Joe Slater <jslater at windriver.com>
AuthorDate: Tue Jun 28 13:53:21 2016 -0700

    l3afpad: add check for GTK3DISTROFEATURES
    
    We want world builds without GTK3DISTROFEATURES to work.
    
    Signed-off-by: Joe Slater <jslater at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-sato/l3afpad/l3afpad_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-sato/l3afpad/l3afpad_git.bb b/meta/recipes-sato/l3afpad/l3afpad_git.bb
index 1e7c82f..ccfda26 100644
--- a/meta/recipes-sato/l3afpad/l3afpad_git.bb
+++ b/meta/recipes-sato/l3afpad/l3afpad_git.bb
@@ -19,5 +19,7 @@ S = "${WORKDIR}/git"
 
 inherit autotools pkgconfig distro_features_check
 
+ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
+
 EXTRA_OECONF = "--disable-emacs --disable-print"
 FILES_${PN} += "${datadir}/icons"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list