mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 21:40:20 +01:00
st/xorg: fix the makefile when used with new xextproto
This commit is contained in:
parent
04ec113e09
commit
fb22e80169
1 changed files with 2 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue