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

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



Author: dnusinow
Date: 2006-09-24 22:57:24 -0400 (Sun, 24 Sep 2006)
New Revision: 3486

Modified:
   trunk/lib/mesa/configs/debian
   trunk/lib/mesa/debian/changelog
Log:
* Make sure that libGl looks for the dri drivers in the proper location. Do
  this by setting the appropriate variables in the debian config

Modified: trunk/lib/mesa/configs/debian
===================================================================
--- trunk/lib/mesa/configs/debian	2006-09-25 02:15:00 UTC (rev 3485)
+++ trunk/lib/mesa/configs/debian	2006-09-25 02:57:24 UTC (rev 3486)
@@ -20,3 +20,6 @@
 
 GL_LIB_DEPS = `pkg-config --libs x11 xext` -lm -lpthread
 GLW_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB) `pkg-config --libs x11 xt` -lXm
+
+DRI_DRIVER_INSTALL_DIR = /usr/lib/dri
+DRI_DRIVER_SEARCH_DIR = $(DRI_DRIVER_INSTALL_DIR)

Modified: trunk/lib/mesa/debian/changelog
===================================================================
--- trunk/lib/mesa/debian/changelog	2006-09-25 02:15:00 UTC (rev 3485)
+++ trunk/lib/mesa/debian/changelog	2006-09-25 02:57:24 UTC (rev 3486)
@@ -8,8 +8,10 @@
   * 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
+  * Make sure that libGl looks for the dri drivers in the proper location. Do
+    this by setting the appropriate variables in the debian config
 
- -- David Nusinow <dnusinow@debian.org>  Sun, 24 Sep 2006 18:55:14 -0400
+ -- David Nusinow <dnusinow@debian.org>  Sun, 24 Sep 2006 22:24:58 -0400
 
 mesa (6.5.0.cvs.20060524-1.1) unstable; urgency=medium
 



Reply to: