]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
with shared_llvm by default auto/th/Mesa-13.0.0-2
authorJacek Konieczny <jajcus@jajcus.net>
Fri, 4 Nov 2016 19:02:21 +0000 (20:02 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Fri, 4 Nov 2016 19:02:21 +0000 (20:02 +0100)
Gallium drivers linked statically with LLVM are much bigger and I have
currently no way to check if that really helps in anything (probably
linking with libstdc++ is a bigger problem).

Release: 2

Mesa.spec

index baa06bcf84801c98bab7996a37033cdf0c236b5c..5da3cbe91c856cde0e8c49b58b16ec9fa1121781 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -24,7 +24,7 @@
 %bcond_with    texture_float   # floating-point textures and renderbuffers (SGI patent in US)
 %bcond_with    static_libs     # static libraries [not supported for DRI, thus broken currently]
 %bcond_with    tests           # tests
-%bcond_with    shared_llvm     # enable linking with shared LLVM libs – may cause compatibility problems with Steam and games
+%bcond_without shared_llvm     # disable use of the shared LLVM libs
 #
 # glapi version (glapi tables in dri drivers and libglx must be in sync);
 # set to current Mesa version on ABI break, when xserver tables get regenerated
@@ -60,7 +60,7 @@ Summary:      Free OpenGL implementation
 Summary(pl.UTF-8):     Wolnodostępna implementacja standardu OpenGL
 Name:          Mesa
 Version:       13.0.0
-Release:       1.1
+Release:       2
 License:       MIT (core) and others - see license.html file
 Group:         X11/Libraries
 Source0:       ftp://ftp.freedesktop.org/pub/mesa/%{version}/mesa-%{version}.tar.xz
This page took 0.601617 seconds and 4 git commands to generate.