]> git.pld-linux.org Git - packages/SDL2.git/commitdiff
fix GLX support auto/th/SDL2-2.0.3-3
authorJacek Konieczny <jajcus@jajcus.net>
Sat, 5 Dec 2015 19:01:48 +0000 (20:01 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Sat, 5 Dec 2015 19:01:48 +0000 (20:01 +0100)
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

index b23ed571fc6ff748024c080cf58c823587184bff..2ce6040cb7c36df3792dc8d412efe75194d6e525 100644 (file)
--- 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
This page took 0.363511 seconds and 4 git commands to generate.