mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
qemu.inc: Fix packageconfig options
--{en|dis}able-gl-accel is spcefic to gl
patches in 0.15.1 which may not be available
for other qemu's so if someone chooses to remove
gl from PACKAGECONFIG then we dont explicitly
use the --disable-gl-accel option since this
wont be recognised by configure.
(From OE-Core rev: 68a170c9b69fc70b22167f344e6f72f028938066)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -38,7 +38,7 @@ do_install () {
|
||||
}
|
||||
|
||||
PACKAGECONFIG ??= "gl"
|
||||
PACKAGECONFIG[gl] = "--enable-gl-accel,--disable-gl-accel,,"
|
||||
PACKAGECONFIG[gl] = "--enable-gl-accel,,,"
|
||||
|
||||
DEPENDS_virtclass-native = "zlib-native alsa-lib-native glib-2.0-native"
|
||||
DEPENDS_virtclass-nativesdk = "zlib-nativesdk libsdl-nativesdk glib-2.0-nativesdk \
|
||||
|
||||
Reference in New Issue
Block a user