[packages/SDL2] fix GLX support

jajcus jajcus at pld-linux.org
Sat Dec 5 20:03:04 CET 2015


commit cf76215ce4059c56d4436635f72d5143541a082e
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Sat Dec 5 20:01:48 2015 +0100

    fix GLX support
    
    SDL2 would be compiled without GLX and would use only GL ES, which would
    often fail causing mysterious "cannot compile shader" errors in games.
    
    Release: 3

 SDL2.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/SDL2.spec b/SDL2.spec
index b23ed57..2ce6040 100644
--- a/SDL2.spec
+++ b/SDL2.spec
@@ -55,7 +55,7 @@ Summary(pl.UTF-8):	SDL (Simple DirectMedia Layer) - Biblioteka do gier/multimedi
 Summary(zh_CN.UTF-8):	SDL (Simple DirectMedia Layer) Generic APIs - 游戏/多媒体库
 Name:		SDL2
 Version:	2.0.3
-Release:	2
+Release:	3
 License:	Zlib (BSD-like)
 Group:		Libraries
 Source0:	http://www.libsdl.org/release/%{name}-%{version}.tar.gz
@@ -224,7 +224,7 @@ SDL - przykładowe programy.
 	%{!?with_static_libs:--disable-static} \
 	%{!?with_directfb:--disable-video-directfb} \
 	%{?with_mir:--enable-video-mir} \
-	--enable-video-opengl%{!?with_opengl:=no} \
+	--enable-video-opengl%{!?with_gl:=no} \
 	--enable-video-opengles%{!?with_gles:=no} \
 	%{?with_wayland:--enable-video-wayland} \
 	--with-x
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/SDL2.git/commitdiff/cf76215ce4059c56d4436635f72d5143541a082e



More information about the pld-cvs-commit mailing list