summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/l3afpad
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2016-06-28 13:53:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-08 09:57:24 +0100
commite4224fb50dbc68f22dc044c6c185e3fe25060046 (patch)
treeae1f4f954ff3c3d4a3819a46c24219c9ce91012e /meta/recipes-sato/l3afpad
parentdca5d9d21818e8b3506fcd31fe8abef88510a10f (diff)
downloadpoky-e4224fb50dbc68f22dc044c6c185e3fe25060046.tar.gz
l3afpad: add check for GTK3DISTROFEATURES
We want world builds without GTK3DISTROFEATURES to work. (From OE-Core rev: 0b2945588f7b539836369895dc7d3d2629abb431) Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/l3afpad')
-rw-r--r--meta/recipes-sato/l3afpad/l3afpad_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-sato/l3afpad/l3afpad_git.bb b/meta/recipes-sato/l3afpad/l3afpad_git.bb
index 1e7c82f7d2..ccfda26589 100644
--- a/meta/recipes-sato/l3afpad/l3afpad_git.bb
+++ b/meta/recipes-sato/l3afpad/l3afpad_git.bb
@@ -19,5 +19,7 @@ S = "${WORKDIR}/git"
19 19
20inherit autotools pkgconfig distro_features_check 20inherit autotools pkgconfig distro_features_check
21 21
22ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
23
22EXTRA_OECONF = "--disable-emacs --disable-print" 24EXTRA_OECONF = "--disable-emacs --disable-print"
23FILES_${PN} += "${datadir}/icons" 25FILES_${PN} += "${datadir}/icons"