From 41ce8c310b277e196085399334fe9970250e4f47 Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Fri, 4 Nov 2016 20:02:21 +0100 Subject: [PATCH 1/1] 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 -- 2.44.0