diff options
Diffstat (limited to 'packaging/mesa.spec')
-rw-r--r-- | packaging/mesa.spec | 13 |
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 |