[oe-commits] [openembedded-core] 08/28: l3afpad: add check for GTK3DISTROFEATURES

git at git.openembedded.org git at git.openembedded.org
Fri Jul 8 08:59:20 UTC 2016


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

commit 0b2945588f7b539836369895dc7d3d2629abb431
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