summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2013-04-11 03:11:21 +0100
committerDave Airlie <airlied@redhat.com>2013-04-11 03:11:21 +0100
commit3d536441811fefd2a7b35eebb8e3288a3f5e1b86 (patch)
treeb47abb08f6a4c3fbd1493c9df4ce3e21eb811972
parentac0fbf9e295ff9b8414633521528b4dbbf3ea757 (diff)
downloadmesa-3d536441811fefd2a7b35eebb8e3288a3f5e1b86.tar.gz
mesa-3d536441811fefd2a7b35eebb8e3288a3f5e1b86.tar.xz
mesa-3d536441811fefd2a7b35eebb8e3288a3f5e1b86.zip
enable glx tls for glamor to work properly
-rw-r--r--mesa.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/mesa.spec b/mesa.spec
index 4abc611..bcbba1d 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -105,7 +105,6 @@ BuildRequires: llvm-devel >= 3.0
%endif
BuildRequires: libxml2-python
BuildRequires: libudev-devel
-BuildRequires: libtalloc-devel
BuildRequires: bison flex
%if !0%{?rhel}
BuildRequires: pkgconfig(wayland-client) >= %{min_wayland_version}
@@ -350,6 +349,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS -fno-rtti -fno-exceptions"
--enable-shared-glapi \
--enable-gbm \
--disable-opencl \
+ --enable-glx-tls \
%if %{with_hardware}
%{?with_vmware:--enable-xa} \
%if 0%{?with_llvm}
@@ -592,6 +592,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* Thu Apr 11 2013 Dave Airlie <airlied@redhat.com> 9.1-5
+- enable glx tls for glamor to work properly
+
* Thu Apr 04 2013 Adam Jackson <ajax@redhat.com> 9.1-5
- Enable llvmpipe even on non-SSE2 machines (#909473)