rpms/mesa/devel mesa-7.1-dri-drivers.patch,1.5,1.6

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Thu Feb 21 18:10:22 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/mesa/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30978

Modified Files:
	mesa-7.1-dri-drivers.patch 
Log Message:
this time for sure

mesa-7.1-dri-drivers.patch:

Index: mesa-7.1-dri-drivers.patch
===================================================================
RCS file: /cvs/pkgs/rpms/mesa/devel/mesa-7.1-dri-drivers.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mesa-7.1-dri-drivers.patch	21 Feb 2008 17:46:00 -0000	1.5
+++ mesa-7.1-dri-drivers.patch	21 Feb 2008 18:10:11 -0000	1.6
@@ -1,7 +1,16 @@
 diff -up mesa-20080218/configure.ac.jx mesa-20080218/configure.ac
 --- mesa-20080218/configure.ac.jx	2008-02-18 12:01:51.000000000 -0500
-+++ mesa-20080218/configure.ac	2008-02-21 12:42:42.000000000 -0500
-@@ -459,15 +459,10 @@ if test "$mesa_driver" = dri; then
++++ mesa-20080218/configure.ac	2008-02-21 13:09:44.000000000 -0500
+@@ -448,6 +448,8 @@ dnl Just default to no EGL for now
+ USING_EGL=0
+ AC_SUBST(USING_EGL)
+ 
++echo ajax hates ppc
++
+ dnl Set DRI_DIRS, DEFINES and LIB_DEPS
+ if test "$mesa_driver" = dri; then
+     # Use TLS in GLX?
+@@ -459,15 +461,12 @@ if test "$mesa_driver" = dri; then
          PROGRAM_DIRS="egl"
      fi
  
@@ -10,7 +19,8 @@
 -        DRI_DIRS="i810 i915 i965 mach64 mga r128 r200 r300 radeon s3v \
 -            savage sis tdfx trident unichrome ffb"
 -    fi
--
++    echo host_os $host_os host_cpu $host_cpu
+ 
      # Platform specific settings and drivers to build
      case "$host_os" in
      linux*)
@@ -18,7 +28,7 @@
          DEFINES="$DEFINES -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER"
          DEFINES="$DEFINES -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS"
          if test "x$driglx_direct" = xyes; then
-@@ -475,7 +470,7 @@ if test "$mesa_driver" = dri; then
+@@ -475,7 +474,7 @@ if test "$mesa_driver" = dri; then
          fi
  
          case "$host_cpu" in
@@ -27,7 +37,7 @@
              # ffb, gamma, and sis are missing because they have not be
              # converted to use the new interface.  i810 are missing
              # because there is no x86-64 system where they could *ever*
-@@ -484,13 +479,16 @@ if test "$mesa_driver" = dri; then
+@@ -484,13 +483,16 @@ if test "$mesa_driver" = dri; then
                  DRI_DIRS="i915 i965 mach64 mga r128 r200 r300 radeon \
                      savage tdfx unichrome"
              fi
@@ -45,7 +55,7 @@
              ;;
          esac
          ;;
-@@ -513,6 +511,12 @@ if test "$mesa_driver" = dri; then
+@@ -513,6 +515,12 @@ if test "$mesa_driver" = dri; then
          fi
          ;;
      esac




More information about the fedora-extras-commits mailing list