summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Chauvet <kwizart@gmail.com>2014-05-06 09:34:01 +0200
committerNicolas Chauvet <kwizart@gmail.com>2014-05-06 09:34:01 +0200
commitc75058be4c410e1c42540899bf5517c30fa34eea (patch)
tree174c981e85a306c2aa939d4cbf6d9e66f233f1d5
parent45f61b238bea4388b74bc1e6ecd3bc3b33eaf75e (diff)
downloadmesa-c75058be4c410e1c42540899bf5517c30fa34eea.tar.gz
mesa-c75058be4c410e1c42540899bf5517c30fa34eea.tar.xz
mesa-c75058be4c410e1c42540899bf5517c30fa34eea.zip
Switch from with to enable for llvm shared libs
-rw-r--r--mesa.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesa.spec b/mesa.spec
index 32bfc18..a79dcca 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -401,7 +401,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS %{?with_opencl:-frtti -fexceptions} %{!?with_ope
--enable-glx-tls \
--enable-texture-float=yes \
%{?with_llvm:--enable-gallium-llvm} \
- %{?with_llvm:--with-llvm-shared-libs} \
+ %{?with_llvm:--enable-llvm-shared-libs} \
--enable-dri \
%if %{with_hardware}
%{?with_xa:--enable-xa} \