[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r3481 - in trunk/lib/mesa: configs debian



Author: dnusinow
Date: 2006-09-24 18:55:41 -0400 (Sun, 24 Sep 2006)
New Revision: 3481

Modified:
   trunk/lib/mesa/configs/debian-dri
   trunk/lib/mesa/debian/changelog
   trunk/lib/mesa/debian/control
Log:
* Stuff not in the upstream tarballs
* Bump libdrm-dev build-dep to >= 2.0.2
* Add libdrm cflags to the debian-dri config. This allows the build system
  to find drm.h

Modified: trunk/lib/mesa/configs/debian-dri
===================================================================
--- trunk/lib/mesa/configs/debian-dri	2006-09-24 21:54:25 UTC (rev 3480)
+++ trunk/lib/mesa/configs/debian-dri	2006-09-24 22:55:41 UTC (rev 3481)
@@ -7,6 +7,7 @@
 LIBDRM_LIB = `pkg-config --libs libdrm`
 DRI_LIB_DEPS  = -lm -lpthread -lexpat -ldl $(LIBDRM_LIB)
 GL_LIB_DEPS = `pkg-config --libs x11 xext xxf86vm` -lm -lpthread -ldl $(LIBDRM_LIB)
+LIBDRM_CFLAGS = `pkg-config --cflags libdrm`
 
 USING_EGL=0
 

Modified: trunk/lib/mesa/debian/changelog
===================================================================
--- trunk/lib/mesa/debian/changelog	2006-09-24 21:54:25 UTC (rev 3480)
+++ trunk/lib/mesa/debian/changelog	2006-09-24 22:55:41 UTC (rev 3481)
@@ -2,11 +2,14 @@
 
   * New upstream version
   * Build-dep on x11proto-gl-dev >= 1.4.8
-  * Stuff not in the upstream tarballs 
+  * Stuff not in the upstream tarballs
     + os2 glut stuff
     + docs/gears.png
+  * Bump libdrm-dev build-dep to >= 2.0.2
+  * Add libdrm cflags to the debian-dri config. This allows the build system
+    to find drm.h
 
- -- David Nusinow <dnusinow@debian.org>  Sun, 24 Sep 2006 17:51:51 -0400
+ -- David Nusinow <dnusinow@debian.org>  Sun, 24 Sep 2006 18:55:14 -0400
 
 mesa (6.5.0.cvs.20060524-1.1) unstable; urgency=medium
 

Modified: trunk/lib/mesa/debian/control
===================================================================
--- trunk/lib/mesa/debian/control	2006-09-24 21:54:25 UTC (rev 3480)
+++ trunk/lib/mesa/debian/control	2006-09-24 22:55:41 UTC (rev 3481)
@@ -4,7 +4,7 @@
 Maintainer: Mesa package maintainers <pkg-mesa-devel@lists.alioth.debian.org>
 Uploaders: Marcelo E. Magallon <mmagallo@debian.org>
 Standards-Version: 3.7.2
-Build-Depends: lesstif2-dev, grep-dctrl, debhelper (>> 4), build-essential (>= 11), libdrm-dev (>> 2) [!hurd-i386], libdirectfb-dev, xutils, libexpat-dev, libxxf86vm-dev, libx11-dev, libxext-dev, pkg-config, x11proto-gl-dev (>= 1.4.8) , dpkg-dev (>= 1.13.19)
+Build-Depends: lesstif2-dev, grep-dctrl, debhelper (>> 4), build-essential (>= 11), libdrm-dev (>= 2.0.2) [!hurd-i386], libdirectfb-dev, xutils, libexpat-dev, libxxf86vm-dev, libx11-dev, libxext-dev, pkg-config, x11proto-gl-dev (>= 1.4.8) , dpkg-dev (>= 1.13.19)
 
 Package: libgl1-mesa-swx11
 Section: libs



Reply to: