diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-05 23:00:30 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-05 23:03:43 +0000 |
| commit | 4bdc8b6e378799a86baa2b1ac0b016fd7cdbbf1c (patch) | |
| tree | 8c5416eced0ef596f5dc3b4554bf1e9775111148 | |
| parent | e3a384578f677c05d812d99c2c92aa13670bd06a (diff) | |
| download | poky-4bdc8b6e378799a86baa2b1ac0b016fd7cdbbf1c.tar.gz | |
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>
| -rw-r--r-- | meta/recipes-graphics/libsdl/libsdl_1.2.14.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb index e1bf2ce672..a28a88a9ee 100644 --- a/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb +++ b/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb | |||
| @@ -15,7 +15,7 @@ PROVIDES = "virtual/libsdl" | |||
| 15 | DEPENDS = "${@base_contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)} virtual/libx11 libxext libxrandr libxrender tslib" | 15 | DEPENDS = "${@base_contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)} virtual/libx11 libxext libxrandr libxrender tslib" |
| 16 | DEPENDS_virtclass-nativesdk = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk" | 16 | DEPENDS_virtclass-nativesdk = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk" |
| 17 | 17 | ||
| 18 | PR = "r1" | 18 | PR = "r2" |
| 19 | 19 | ||
| 20 | SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ | 20 | SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ |
| 21 | file://configure_tweak.patch \ | 21 | file://configure_tweak.patch \ |
| @@ -38,7 +38,8 @@ EXTRA_OECONF = "--disable-static --disable-debug --enable-cdrom --enable-threads | |||
| 38 | ${@base_contains('DISTRO_FEATURES', 'opengl', '--enable-video-opengl', '--disable-video-opengl', d)} \ | 38 | ${@base_contains('DISTRO_FEATURES', 'opengl', '--enable-video-opengl', '--disable-video-opengl', d)} \ |
| 39 | --disable-video-svga \ | 39 | --disable-video-svga \ |
| 40 | --disable-video-picogui --disable-video-qtopia --enable-dlopen \ | 40 | --disable-video-picogui --disable-video-qtopia --enable-dlopen \ |
| 41 | --disable-rpath" | 41 | --disable-rpath \ |
| 42 | --disable-pulseaudio" | ||
| 42 | 43 | ||
| 43 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)}" | 44 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)}" |
| 44 | PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib," | 45 | PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib," |
