]> code.ossystems Code Review - openembedded-core.git/commitdiff
l3afpad: add check for GTK3DISTROFEATURES
authorJoe Slater <jslater@windriver.com>
Tue, 28 Jun 2016 20:53:21 +0000 (13:53 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Jul 2016 08:55:40 +0000 (09:55 +0100)
We want world builds without GTK3DISTROFEATURES to work.

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-sato/l3afpad/l3afpad_git.bb

index 1e7c82f7d232994111d32be4c8db8bbae3e9a178..ccfda26589f6ca1e3303bcceda6948dc6402d573 100644 (file)
@@ -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"