From fb22e801699ef69e40d8e9dfda758be824d86b96 Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Thu, 22 Oct 2009 19:31:44 -0400 Subject: st/xorg: fix the makefile when used with new xextproto --- src/gallium/state_trackers/xorg/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/state_trackers/xorg') diff --git a/src/gallium/state_trackers/xorg/Makefile b/src/gallium/state_trackers/xorg/Makefile index 27a1990724..22c107370e 100644 --- a/src/gallium/state_trackers/xorg/Makefile +++ b/src/gallium/state_trackers/xorg/Makefile @@ -5,6 +5,8 @@ LIBNAME = xorgtracker LIBRARY_INCLUDES = \ -DHAVE_CONFIG_H \ + $(shell pkg-config xextproto --atleast-version=7.0.99.1 \ + && echo "-DHAVE_XEXTPROTO_71") \ $(shell pkg-config --cflags-only-I pixman-1 xorg-server libdrm xproto) \ -I$(TOP)/src/gallium/include \ -I$(TOP)/src/gallium/auxiliary \ -- cgit v1.2.3