mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
xen: remove obsolete sdl PACKAGECONFIG
Nothing in Xen respects --enable-sdl, and nothing in Xen links to libSDL, so this PACKAGECONFIG is obsolete. It looks like the last user of SDL in Xen was removed in "Remove internal tools/ioemu tree"[1] back in 2008. [1] xen 19dc3860dcfde9bc4ec4ef35bb1337e13276f630 Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Christopher Clark <christopher.w.clark@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
40a4c292e3
commit
11c1003e87
|
@ -7,12 +7,10 @@ inherit autotools-brokensep pkgconfig
|
|||
require xen-arch.inc
|
||||
|
||||
PACKAGECONFIG ??= " \
|
||||
sdl \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \
|
||||
"
|
||||
|
||||
PACKAGECONFIG[lzo] = ",,lzo"
|
||||
PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,virtual/libsdl,"
|
||||
PACKAGECONFIG[xsm] = "--enable-xsmpolicy,--disable-xsmpolicy,checkpolicy-native,"
|
||||
PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd,"
|
||||
PACKAGECONFIG[externalblktap] = ",,,"
|
||||
|
|
Loading…
Reference in New Issue
Block a user