diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-05 11:36:42 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-05 11:36:42 +0000 |
commit | bba360356e97488cdf5299a23739d627904fbd4c (patch) | |
tree | fb8971cbe8d6d22fb44ef7b61365b06b5296c817 /meta/packages | |
parent | b991033aabccbfbdf53526d4649f1ab87b4f7ec8 (diff) | |
download | poky-bba360356e97488cdf5299a23739d627904fbd4c.tar.gz |
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.bb | 3 |
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 bcf012ef75..029fb0d249 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" | |||
4 | LICENSE = "LGPL" | 4 | LICENSE = "LGPL" |
5 | DEPENDS = "libx11-sdk libxext-sdk libxrandr-sdk libxrender-sdk" | 5 | DEPENDS = "libx11-sdk libxext-sdk libxrandr-sdk libxrender-sdk" |
6 | RDEPENDS = "libx11-sdk libxrandr-sdk libxrender-sdk libxext-sdk" | 6 | RDEPENDS = "libx11-sdk libxrandr-sdk libxrender-sdk libxext-sdk" |
7 | PR = "r3" | 7 | PR = "r4" |
8 | 8 | ||
9 | SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ | 9 | SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ |
10 | file://acinclude.m4 \ | 10 | file://acinclude.m4 \ |
@@ -21,6 +21,7 @@ EXTRA_OECONF = "--disable-static --disable-debug --disable-cdrom --enable-thread | |||
21 | --disable-video-fbcon --disable-video-directfb --disable-video-ps2gs \ | 21 | --disable-video-fbcon --disable-video-directfb --disable-video-ps2gs \ |
22 | --disable-video-xbios --disable-video-gem --disable-video-dummy \ | 22 | --disable-video-xbios --disable-video-gem --disable-video-dummy \ |
23 | --disable-video-opengl --enable-input-events --enable-pthreads \ | 23 | --disable-video-opengl --enable-input-events --enable-pthreads \ |
24 | --disable-video-svga \ | ||
24 | --disable-video-picogui --disable-video-qtopia --enable-dlopen" | 25 | --disable-video-picogui --disable-video-qtopia --enable-dlopen" |
25 | 26 | ||
26 | PARALLEL_MAKE = "" | 27 | PARALLEL_MAKE = "" |