configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.
[mesa.git] / src / gallium / winsys / radeon / drm / Makefile
index 68b9efebfa4203e35a7874afb7dcf66618d316f0..517360e4364d70aa2c5c983899927c9e371263a5 100644 (file)
@@ -8,7 +8,7 @@ LIBNAME = radeonwinsys
 include Makefile.sources
 
 LIBRARY_INCLUDES = -I$(TOP)/include \
-                  $(shell pkg-config libdrm --cflags-only-I)
+                  $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
 
 include ../../../Makefile.template