]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- gallium needs xserver 1.6.0
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 26 Aug 2010 06:16:29 +0000 (06:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Mesa.spec -> 1.252

Mesa.spec

index 4a717618c035b193174590bfe6a0b0786a334af5..1651c88907cee276b15fde2114a013ad0557c2f4 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -5,18 +5,23 @@
 # - subpackage egl?
 #
 # Conditional build:
-%bcond_without demos   # don't build demos
-%bcond_with    egl     # don't build egl
-%bcond_without gallium # don't build gallium
-%bcond_with    gallium_intel # gallium i915 driver (but doesn't work with AIGLX)
-%bcond_with    gallium_nouveau
-%bcond_without motif   # build static libGLw without Motif interface
-%bcond_with    multigl # package libGL in a way allowing concurrent install with nvidia/fglrx drivers
-%bcond_without osmesa  # don't build osmesa
-%bcond_with    static
+%bcond_without demos           # don't build demos
+%bcond_with    egl             # don't build egl
+%bcond_without gallium         # don't build gallium
+%bcond_with    gallium_intel   # gallium i915 driver (but doesn't work with AIGLX)
+%bcond_with    gallium_nouveau # gallium nouveau driver
+%bcond_without motif           # build static libGLw without Motif interface
+%bcond_with    multigl         # package libGL in a way allowing concurrent install with nvidia/fglrx drivers
+%bcond_without osmesa          # don't build osmesa
+%bcond_with    static          # build static libraries
 #
 # minimal supported xserver version
+%if %{with gallium}
+%define                xserver_ver     1.6.0
+%else
 %define                xserver_ver     1.5.0
+%endif
+
 # 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
 # (until they start to be somehow versioned themselves)
@@ -63,7 +68,7 @@ BuildRequires:        xorg-lib-libXxf86vm-devel
 BuildRequires: xorg-proto-dri2proto-devel >= %{dri2proto_ver}
 BuildRequires: xorg-proto-glproto-devel >= %{glproto_ver}
 BuildRequires: xorg-util-makedepend
-BuildRequires: xorg-xserver-server-devel
+BuildRequires: xorg-xserver-server-devel >= %{xserver_ver}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %if %{without gallium}
This page took 0.031217 seconds and 4 git commands to generate.