From: Jakob Bornecrantz Date: Tue, 24 Nov 2009 18:20:59 +0000 (+0100) Subject: vmware/xorg: Link against libkms X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=45d9ea361981520a7c5df3ef1e10b76fac14bf02;p=mesa.git vmware/xorg: Link against libkms If the system doesn't have libkms installed it wont try to link against it. --- 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 = \