First attempt at using private back/z buffers.
[mesa.git] / src / mesa / drivers / dri / i915tex / Makefile
index 3b3f3f5a3f7e9c8bdf7a80029314f09b2e69c6ae..b218929dce727da46ec708763e1ea1d47a27e04e 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