i915tex: Fix build against libdrm git...
authorMichel Dänzer <michel@tungstengraphics.com>
Sat, 10 Mar 2007 16:12:58 +0000 (17:12 +0100)
committerMichel Dänzer <michel@tungstengraphics.com>
Sat, 10 Mar 2007 16:12:58 +0000 (17:12 +0100)
src/mesa/drivers/dri/i915tex/Makefile
src/mesa/drivers/dri/i915tex/intel_buffers.c

index 3b3f3f5..b218929 100644 (file)
@@ -60,7 +60,8 @@ C_SOURCES = \
 
 ASM_SOURCES = 
 
-DRIVER_DEFINES = -I../intel
+DRIVER_DEFINES = -I../intel $(shell pkg-config libdrm --atleast-version=2.3.1 \
+                               && echo "-DDRM_VBLANK_FLIP=DRM_VBLANK_FLIP")
 
 include ../Makefile.template
 
index 53064c7..45fd2fa 100644 (file)
@@ -43,7 +43,7 @@
 #include "vblank.h"
 
 
-/* This block can be removed when libdrm > 2.3.0 is required */
+/* This block can be removed when libdrm >= 2.3.1 is required */
 
 #ifndef DRM_VBLANK_FLIP