]> code.ossystems Code Review - openembedded-core.git/commitdiff
libepoxy: enable x11 PACKAGECONFIG for native/nativesdk
authorAlexander Kanavin <alex.kanavin@gmail.com>
Sun, 1 Sep 2019 15:24:25 +0000 (17:24 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 1 Sep 2019 21:36:33 +0000 (22:36 +0100)
This is needed to enable virgl support in qemu with SDL frontend

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb

index dd706a96063fe875cf39e085b94583864842f542..c8d1650c63705641df26685734841a312d8cbedf 100644 (file)
@@ -23,8 +23,8 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} egl"
 
 EXTRA_OEMESON += "-Dtests=false"
 
-PACKAGECONFIG_class-native = "egl"
-PACKAGECONFIG_class-nativesdk = "egl"
+PACKAGECONFIG_class-native = "egl x11"
+PACKAGECONFIG_class-nativesdk = "egl x11"
 
 BBCLASSEXTEND = "native nativesdk"