From: Zack Rusin Date: Thu, 22 Oct 2009 23:31:44 +0000 (-0400) Subject: st/xorg: fix the makefile when used with new xextproto X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fb22e801699ef69e40d8e9dfda758be824d86b96;p=mesa.git st/xorg: fix the makefile when used with new xextproto --- diff --git a/src/gallium/state_trackers/xorg/Makefile b/src/gallium/state_trackers/xorg/Makefile index 27a1990724d..22c107370e8 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 \