]> code.ossystems Code Review - openembedded-core.git/commit
libdazzle: add check for GTK3DISTROFEATURES
authorMingli Yu <Mingli.Yu@windriver.com>
Tue, 26 Feb 2019 02:50:25 +0000 (10:50 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Feb 2019 17:47:03 +0000 (17:47 +0000)
commit5e66a6b4540e5e29f401f7490e9b3b2029ea94a5
tree45c628845382e87beccc1882eb4f59b03fc0f5a9
parent00716a795f10e223150b0f9b214d185d654f4cc1
libdazzle: add check for GTK3DISTROFEATURES

When do world buid, there comes below error:
| ERROR: Nothing PROVIDES 'gtk+3' (but /build/layers/oe-core/meta/recipes-gnome/libdazzle/libdazzle_3.30.2.bb DEPENDS on or otherwise requires it)
| gtk+3 was skipped: one of 'x11 wayland' needs to be in DISTRO_FEATURES

Add the check for GTK3DISTROFEATURES to make
the world build work even without GTK3DISTROFEATURES.

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/libdazzle/libdazzle_3.30.2.bb