mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 23:02:30 +02:00
libepoxy: enable x11 PACKAGECONFIG for native/nativesdk
This is needed to enable virgl support in qemu with SDL frontend (From OE-Core rev: 92d9f9a6f6f3e8630fadeee5921126dfd9be147a) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
02bf8eefa5
commit
52dfaad0a2
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user