X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Ftargets%2Fva-r600%2FMakefile;h=bab18fea2acd56227007820a54c0eeccd33084e1;hb=3db309aecee57d7e0055a49a0e12a491a554347b;hp=3aee430000dc6663f4fe52ce9a95e4b15675e9ec;hpb=cd9627777c3f1a55560e10912b88b1977c8bfe87;p=mesa.git diff --git a/src/gallium/targets/va-r600/Makefile b/src/gallium/targets/va-r600/Makefile index 3aee430000d..bab18fea2ac 100644 --- a/src/gallium/targets/va-r600/Makefile +++ b/src/gallium/targets/va-r600/Makefile @@ -19,7 +19,7 @@ C_SOURCES = \ $(COMMON_GALLIUM_SOURCES) \ $(DRIVER_SOURCES) -DRIVER_LIBS = $(shell pkg-config libdrm --libs) -lXfixes +DRIVER_LIBS = $(shell $(PKG_CONFIG) libdrm --libs) -lXfixes include ../Makefile.va