]> code.ossystems Code Review - openembedded-core.git/commitdiff
libsdl-sdk: disable svga output
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 5 Mar 2008 11:36:42 +0000 (11:36 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 5 Mar 2008 11:36:42 +0000 (11:36 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3917 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libsdl/libsdl-sdk_1.2.11.bb

index bcf012ef759d61d95307174cea028fe1c2787691..029fb0d24917d3298164fa52c26859d36da834cd 100644 (file)
@@ -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 = ""