[packages/Mesa] with shared_llvm by default
jajcus
jajcus at pld-linux.org
Fri Nov 4 20:03:50 CET 2016
commit 41ce8c310b277e196085399334fe9970250e4f47
Author: Jacek Konieczny <jajcus at jajcus.net>
Date: Fri Nov 4 20:02:21 2016 +0100
with shared_llvm by default
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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Mesa.spec b/Mesa.spec
index baa06bc..5da3cbe 100644
--- 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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/Mesa.git/commitdiff/41ce8c310b277e196085399334fe9970250e4f47
More information about the pld-cvs-commit
mailing list