mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
libsdl: Disable pulseaudio explicitly
Its not listed in DEPENDS so should never have been built. We could configure this as a configuration option and I'll take a patch for that but I like deterministic builds so force it off for now. (From OE-Core rev: 0a7a8597be05c8def8af58eecab49d963dc9d757) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -15,7 +15,7 @@ PROVIDES = "virtual/libsdl"
|
|||||||
DEPENDS = "${@base_contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)} virtual/libx11 libxext libxrandr libxrender tslib"
|
DEPENDS = "${@base_contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)} virtual/libx11 libxext libxrandr libxrender tslib"
|
||||||
DEPENDS_virtclass-nativesdk = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk"
|
DEPENDS_virtclass-nativesdk = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk"
|
||||||
|
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
|
SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
|
||||||
file://configure_tweak.patch \
|
file://configure_tweak.patch \
|
||||||
@@ -38,7 +38,8 @@ EXTRA_OECONF = "--disable-static --disable-debug --enable-cdrom --enable-threads
|
|||||||
${@base_contains('DISTRO_FEATURES', 'opengl', '--enable-video-opengl', '--disable-video-opengl', d)} \
|
${@base_contains('DISTRO_FEATURES', 'opengl', '--enable-video-opengl', '--disable-video-opengl', d)} \
|
||||||
--disable-video-svga \
|
--disable-video-svga \
|
||||||
--disable-video-picogui --disable-video-qtopia --enable-dlopen \
|
--disable-video-picogui --disable-video-qtopia --enable-dlopen \
|
||||||
--disable-rpath"
|
--disable-rpath \
|
||||||
|
--disable-pulseaudio"
|
||||||
|
|
||||||
PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)}"
|
PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)}"
|
||||||
PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib,"
|
PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib,"
|
||||||
|
|||||||
Reference in New Issue
Block a user