Skip to content
Snippets Groups Projects
Commit d429f0b1 authored by David Nusinow's avatar David Nusinow
Browse files

* Make sure that libGl looks for the dri drivers in the proper location. Do

  this by setting the appropriate variables in the debian config
parent 02339187
No related branches found
No related tags found
Loading
......@@ -20,3 +20,6 @@ GLW_SOURCES += GLwMDrawA.c
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)
......@@ -8,8 +8,10 @@ mesa (6.5.1-0.1) UNRELEASED; urgency=low
* 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment