summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-11-24 19:20:59 +0100
committerJakob Bornecrantz <jakob@vmware.com>2009-11-24 19:20:59 +0100
commit45d9ea361981520a7c5df3ef1e10b76fac14bf02 (patch)
tree67f9aa1c3b66767e4b81c98a7b2c5794cce83375 /src
parent77529a2cf296b611fa49ab4fe711d8bbb2177d85 (diff)
vmware/xorg: Link against libkms
If the system doesn't have libkms installed it wont try to link against it.
Diffstat (limited to 'src')
-rw-r--r--src/gallium/winsys/drm/vmware/xorg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/winsys/drm/vmware/xorg/Makefile b/src/gallium/winsys/drm/vmware/xorg/Makefile
index ea0ce18fd1..423728e2b4 100644
--- a/src/gallium/winsys/drm/vmware/xorg/Makefile
+++ b/src/gallium/winsys/drm/vmware/xorg/Makefile
@@ -21,6 +21,7 @@ LIBS = \
$(GALLIUM_AUXILIARIES)
LINKS = \
+ $(shell pkg-config --libs --silence-errors libkms) \
$(shell pkg-config --libs libdrm)
DRIVER_DEFINES = \