diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-12-06 01:19:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-16 08:30:00 +0000 |
commit | e49f139b4d5cfbf8b0391f4c434070ad30f37b10 (patch) | |
tree | 2f1f4dc9a1b7305f242868207918c0a92319791a /meta | |
parent | dcfbfb9b1fc2b5d54e3c04375cb8fc87df849f1f (diff) | |
download | openembedded-core-e49f139b4d5cfbf8b0391f4c434070ad30f37b10.tar.gz openembedded-core-e49f139b4d5cfbf8b0391f4c434070ad30f37b10.tar.bz2 openembedded-core-e49f139b4d5cfbf8b0391f4c434070ad30f37b10.zip |
libsdl2: add wayland-protocols and -native to to depends of PACKAGECONFIG[wayland]
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb index b104a43044..22003bdceb 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb @@ -54,7 +54,7 @@ PACKAGECONFIG[gles2] = "--enable-video-opengles,--disable-video-opengles,vi PACKAGECONFIG[opengl] = "--enable-video-opengl,--disable-video-opengl,virtual/libgl" PACKAGECONFIG[pulseaudio] = "--enable-pulseaudio,--disable-pulseaudio,pulseaudio" PACKAGECONFIG[tslib] = "--enable-input-tslib,--disable-input-tslib,tslib" -PACKAGECONFIG[wayland] = "--enable-video-wayland,--disable-video-wayland,wayland libxkbcommon" +PACKAGECONFIG[wayland] = "--enable-video-wayland,--disable-video-wayland,wayland-native wayland wayland-protocols libxkbcommon" PACKAGECONFIG[x11] = "--enable-video-x11,--disable-video-x11,virtual/libx11 libxext libxrandr libxrender" EXTRA_AUTORECONF += "--include=acinclude --exclude=autoheader" |