diff options
author | Jakob Bornecrantz <[email protected]> | 2009-11-24 19:20:59 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-11-24 19:20:59 +0100 |
commit | 45d9ea361981520a7c5df3ef1e10b76fac14bf02 (patch) | |
tree | 67f9aa1c3b66767e4b81c98a7b2c5794cce83375 /src | |
parent | 77529a2cf296b611fa49ab4fe711d8bbb2177d85 (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/Makefile | 1 |
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 ea0ce18fd1e..423728e2b49 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 = \ |