]> code.ossystems Code Review - openembedded-core.git/commit
libsdl2: add missing dependency on libxkbcommon for PACKAGECONFIG[wayland]
authorYi Zhao <yi.zhao@windriver.com>
Thu, 26 Nov 2015 09:29:26 +0000 (17:29 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Dec 2015 21:31:03 +0000 (21:31 +0000)
commitec0354bacfed387f91e610ebfdb77e86135c1d28
tree8af1219c2e6553948f8f890ee6b1a86d37d4e8b6
parent88e68f25e1756988692108d4c15dfa8efc94e5e5
libsdl2: add missing dependency on libxkbcommon for PACKAGECONFIG[wayland]

libsdl2 depends on libxkbcommon when enable wayland support.

Can verify it with the following steps:
bitbake libxkbcommon -c clean
bitbake libsdl2 -c cleansstate && bitbake libsdl2

config.log:
[snip]
configure:19347: checking for Wayland support
configure:19357: result: no
[snip]

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/libsdl2/libsdl2_2.0.3.bb