mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
libsdl: Clean up configure option QA warnings
WARNING: QA Issue: nativesdk-libsdl: configure was passed unrecognised options: --disable-video-gem --disable-video-xbios --enable-dlopen --disable-debug --enable-endian The gem and xbios options exist but their helptext is wrong and there is no "video" in the name. This patch removes the now obsolete options and corrects the names of the others to match reality. (From OE-Core rev: 8cea5dd7d6804a8d739f5db6a5814ab6c802d538) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -32,18 +32,18 @@ SRC_URI[sha256sum] = "d6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d647
|
||||
|
||||
inherit autotools lib_package binconfig pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--disable-static --disable-debug --enable-cdrom --enable-threads --enable-timers --enable-endian \
|
||||
EXTRA_OECONF = "--disable-static --enable-cdrom --enable-threads --enable-timers \
|
||||
--enable-file --disable-oss --disable-esd --disable-arts \
|
||||
--disable-diskaudio --disable-nas --disable-esd-shared --disable-esdtest \
|
||||
--disable-mintaudio --disable-nasm --disable-video-dga \
|
||||
--disable-video-fbcon --disable-video-ps2gs --disable-video-ps3 \
|
||||
--disable-video-xbios --disable-video-gem --disable-video-dummy \
|
||||
--disable-xbios --disable-gem --disable-video-dummy \
|
||||
--enable-input-events --enable-input-tslib --enable-pthreads \
|
||||
${@base_contains('DISTRO_FEATURES', 'directfb', '--enable-video-directfb', '--disable-video-directfb', d)} \
|
||||
${@base_contains('DISTRO_FEATURES', 'opengl', '--enable-video-opengl', '--disable-video-opengl', d)} \
|
||||
${@base_contains('DISTRO_FEATURES', 'x11', '--enable-video-x11', '--disable-video-x11', d)} \
|
||||
--disable-video-svga \
|
||||
--disable-video-picogui --disable-video-qtopia --enable-dlopen \
|
||||
--disable-video-picogui --disable-video-qtopia --enable-sdl-dlopen \
|
||||
--disable-rpath \
|
||||
--disable-pulseaudio"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user