rpms/xorg-x11-server/devel xorg-x11-server.spec,1.47,1.48

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Mar 23 22:49:07 UTC 2006


Author: krh

Update of /cvs/dist/rpms/xorg-x11-server/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21754

Modified Files:
	xorg-x11-server.spec 
Log Message:
- Pass --with-dri-driver-path so we're sure to point it to the right path.



Index: xorg-x11-server.spec
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-server/devel/xorg-x11-server.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- xorg-x11-server.spec	22 Mar 2006 22:26:55 -0000	1.47
+++ xorg-x11-server.spec	23 Mar 2006 22:49:05 -0000	1.48
@@ -27,6 +27,8 @@
 Patch6:    xserver-1.0.1-randr-sdk.patch
 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=181292.  hacky patch
 Patch7:    xorg-x11-server-1.0.1-fpic-libxf86config.patch
+
+# Already in CVS as of Thu Mar 23 17:48:39 EST 2006
 Patch8:    xorg-server-1.0.99-composite-visibility.patch
 
 Patch1000:  xorg-redhat-die-ugly-pattern-die-die-die.patch
@@ -36,6 +38,7 @@
 ExcludeArch: s390 s390x ppc64
 
 %define moduledir	%{_libdir}/xorg/modules
+%define drimoduledir	%{_libdir}/dri
 %define sdkdir		%{_includedir}/xorg
 
 %ifarch %{ix86} x86_64 ppc ia64
@@ -267,6 +270,7 @@
 %if %{with_dri}
 	--enable-dri \
 	--with-mesa-source=%{_builddir}/%{pkgname}-%{version}/Mesa-6.5 \
+	--with-dri-driver-path=%{drimoduledir} \
 %endif
 	--with-module-dir=%{moduledir} \
 	--with-os-name="Fedora Core 5" \
@@ -521,6 +525,9 @@
 # -------------------------------------------------------------------
 
 %changelog
+* Thu Mar 23 2006 Kristian Høgsberg <krh at redhat.com>
+- Pass --with-dri-driver-path so we're sure to point it to the right path.
+
 * Wed Mar 22 2006 Soren Sandmann <sandmann at redhat.com> 1.0.99.1-2
 - Add xorg-server-1.0.99-composite-visibility.patch to get rid of flashing
   titlebars in compositing metacity.




More information about the fedora-cvs-commits mailing list