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>
This commit is contained in:
Joe Slater 2016-06-28 13:53:21 -07:00 committed by Richard Purdie
parent dca5d9d218
commit e4224fb50d
1 changed files with 2 additions and 0 deletions

View 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"