summaryrefslogtreecommitdiff
path: root/meta/packages
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-03-05 11:36:42 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-03-05 11:36:42 +0000
commitbba360356e97488cdf5299a23739d627904fbd4c (patch)
treefb8971cbe8d6d22fb44ef7b61365b06b5296c817 /meta/packages
parentb991033aabccbfbdf53526d4649f1ab87b4f7ec8 (diff)
downloadopenembedded-core-bba360356e97488cdf5299a23739d627904fbd4c.tar.gz
openembedded-core-bba360356e97488cdf5299a23739d627904fbd4c.tar.bz2
openembedded-core-bba360356e97488cdf5299a23739d627904fbd4c.tar.xz
openembedded-core-bba360356e97488cdf5299a23739d627904fbd4c.zip
libsdl-sdk: disable svga output
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3917 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/libsdl/libsdl-sdk_1.2.11.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/libsdl/libsdl-sdk_1.2.11.bb b/meta/packages/libsdl/libsdl-sdk_1.2.11.bb
index bcf012ef7..029fb0d24 100644
--- a/meta/packages/libsdl/libsdl-sdk_1.2.11.bb
+++ b/meta/packages/libsdl/libsdl-sdk_1.2.11.bb
@@ -4,7 +4,7 @@ SECTION = "libs"
LICENSE = "LGPL"
DEPENDS = "libx11-sdk libxext-sdk libxrandr-sdk libxrender-sdk"
RDEPENDS = "libx11-sdk libxrandr-sdk libxrender-sdk libxext-sdk"
-PR = "r3"
+PR = "r4"
SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
file://acinclude.m4 \
@@ -21,6 +21,7 @@ EXTRA_OECONF = "--disable-static --disable-debug --disable-cdrom --enable-thread
--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 \
+ --disable-video-svga \
--disable-video-picogui --disable-video-qtopia --enable-dlopen"
PARALLEL_MAKE = ""