aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsdl
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-01-04 11:12:54 +0100
committerKoen Kooi <koen@openembedded.org>2010-01-04 11:13:53 +0100
commita66595deff9fa3d23f605da076f3734d7f12e7c0 (patch)
treeb1716bffc31e7833b74e148aeb42450875a3b2ea /recipes/libsdl
parentd0da9229dc948e7b26965ad78942cff034e12b9e (diff)
downloadopenembedded-a66595deff9fa3d23f605da076f3734d7f12e7c0.tar.gz
Revert "libsdl-native: Build with the X11 backend"
If you have localegen enabled a dependency loop gets triggered. Holger asked me to revert this till a proper fix emerges This reverts commit f017581d074adb0d88312939dafdb9fa74b0b494.
Diffstat (limited to 'recipes/libsdl')
-rw-r--r--recipes/libsdl/libsdl-native.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/libsdl/libsdl-native.inc b/recipes/libsdl/libsdl-native.inc
index f0ae8e9930..783797a6eb 100644
--- a/recipes/libsdl/libsdl-native.inc
+++ b/recipes/libsdl/libsdl-native.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Simple DirectMedia Layer - native Edition"
HOMEPAGE = "http://www.libsdl.org"
SECTION = "libs"
LICENSE = "LGPL"
-INC_PR = "r3"
+INC_PR = "r2"
SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
"
@@ -12,12 +12,11 @@ S = "${WORKDIR}/SDL-${PV}"
inherit autotools binconfig pkgconfig native
PARALLEL_MAKE = ""
-DEPENDS += "libx11-native"
EXTRA_OECONF = "--disable-debug --disable-cdrom --enable-threads --enable-timers --enable-endian \
--enable-file --disable-oss --disable-alsa --disable-esd --disable-arts \
--disable-diskaudio --disable-nas --disable-esd-shared --disable-esdtest \
- --disable-mintaudio --disable-nasm --enable-video-x11 --disable-video-dga \
+ --disable-mintaudio --disable-nasm --disable-video-x11 --disable-video-dga \
--disable-video-fbcon --disable-video-directfb --disable-video-ps2gs \
--disable-video-xbios --disable-video-gem --disable-video-dummy \
--disable-video-opengl --enable-input-events --enable-pthreads \