summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuanxian Wang <quanxian.wang@intel.com>2014-10-08 15:17:34 +0800
committerQuanxian Wang <quanxian.wang@intel.com>2014-10-08 15:17:34 +0800
commitd45c46d4e2dcd99ca702f8311681c97cc6fa2e4e (patch)
tree1bfc90a92295d877d081bc7146c125e0e0cb00dd
parent3dbdba889cc9aea273998b262f15fe39fa504bee (diff)
downloadmesa-d45c46d4e2dcd99ca702f8311681c97cc6fa2e4e.tar.gz
mesa-d45c46d4e2dcd99ca702f8311681c97cc6fa2e4e.tar.bz2
mesa-d45c46d4e2dcd99ca702f8311681c97cc6fa2e4e.zip
Change-Id: Icb7875980cab2115a3609c5fdfd8763277f206b6 Signed-off-by: Quanxian Wang <quanxian.wang@intel.com>
-rw-r--r--packaging/mesa.spec13
1 files changed, 5 insertions, 8 deletions
diff --git a/packaging/mesa.spec b/packaging/mesa.spec
index 5eee0648d22..3ecde45f542 100644
--- a/packaging/mesa.spec
+++ b/packaging/mesa.spec
@@ -3,7 +3,7 @@
%bcond_with wayland
Name: mesa
-Version: 10.1.3
+Version: 10.3
Release: 0
License: MIT
Summary: System for rendering interactive 3-D graphics
@@ -38,6 +38,8 @@ BuildRequires: pkgconfig(xcb-glx)
%endif
BuildRequires: pkgconfig
BuildRequires: python
+BuildRequires: python-lxml
+BuildRequires: python-xml
BuildRequires: pkgconfig(expat)
BuildRequires: pkgconfig(libdrm) >= 2.4.24
%ifarch x86_64 %ix86
@@ -232,9 +234,6 @@ This package provides a development environment for building
applications using the OpenGL|ES 3.x APIs.
%package -n libgbm
-# as per gbm.pc
-Version: 0.0.0
-Release: 0
Summary: Generic buffer management API
%description -n libgbm
@@ -246,8 +245,6 @@ GBM is intended to be used as a native platform for EGL on drm or
openwfd.
%package -n libgbm-devel
-Version: 0.0.0
-Release: 0
Summary: Development files for the EGL API
Requires: libgbm = %{version}
@@ -300,7 +297,6 @@ autoreconf -fi
%endif
%endif
--enable-shared-glapi \
- --disable-gallium-egl \
--enable-texture-float \
%if %glamor
--enable-gbm \
@@ -311,6 +307,8 @@ autoreconf -fi
--enable-gallium-llvm \
--with-dri-drivers=i915,i965,swrast \
--with-gallium-drivers="i915,svga,swrast" \
+%else
+ --disable-gallium-egl \
%endif
%ifarch %arm aarch64
--with-dri-drivers=swrast \
@@ -408,7 +406,6 @@ install -m 644 $RPM_SOURCE_DIR/drirc %{buildroot}/etc
%files -n mesa-gallium-pipe
%manifest %{name}.manifest
%defattr(-,root,root)
-%{_libdir}/gallium-pipe/*
%endif
%files -n mesa-libGLESv1_CM