diff options
Diffstat (limited to 'src/gallium/targets/xorg-r300/Makefile')
-rw-r--r-- | src/gallium/targets/xorg-r300/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/xorg-r300/Makefile b/src/gallium/targets/xorg-r300/Makefile index 195ab817ad0..26cc5590d7d 100644 --- a/src/gallium/targets/xorg-r300/Makefile +++ b/src/gallium/targets/xorg-r300/Makefile @@ -19,6 +19,6 @@ DRIVER_PIPES = \ $(TOP)/src/gallium/drivers/rbug/librbug.a DRIVER_LINKS = \ - $(shell pkg-config --libs libdrm) + $(shell $(PKG_CONFIG) --libs libdrm) include ../Makefile.xorg |