Browse Source

* SDL: add "--disable-video-ps3" option to configure (especially for ppc)

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1893 ec354946-7b23-47d6-9f5a-488ba84defc7
shaolin 13 years ago
parent
commit
dbba521fd7
1 changed files with 5 additions and 2 deletions
  1. 5 2
      S/SDL/SDL-vl.spec

+ 5 - 2
S/SDL/SDL-vl.spec

@@ -1,7 +1,7 @@
 Summary: Simple DirectMedia Layer
 Name: SDL
 Version: 1.2.14
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: LGPL
 Group: System Environment/Libraries
 URL: http://www.libsdl.org/
@@ -59,7 +59,7 @@ to develop SDL applications.
 
 %configure \
 	--disable-video-svga --disable-video-ggi --disable-video-aalib \
-	--disable-video-directfb \
+	--disable-video-directfb --disable-video-ps3 \
 	--disable-debug \
 	--enable-dlopen \
 	--enable-arts-shared \
@@ -99,6 +99,9 @@ rm -rf %{buildroot}
 %{_datadir}/aclocal/*
 
 %changelog
+* Sat Sep 25 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.2.14-2
+- add "--disable-video-ps3"
+
 * Mon Sep 20 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.14-1
 - new upstream release
 - update prefer sound daemons patch (Patch1)