Mesa (mesa_7_7_branch): vmware/xorg: Don't link against libdrm_intel

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Wed Nov 25 23:48:26 UTC 2009


Module: Mesa
Branch: mesa_7_7_branch
Commit: 522e840a91ef9fe35e5830626b9ce388169e5d22
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=522e840a91ef9fe35e5830626b9ce388169e5d22

Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Tue Nov 24 18:47:15 2009 +0100

vmware/xorg: Don't link against libdrm_intel

---

 src/gallium/winsys/drm/vmware/xorg/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/winsys/drm/vmware/xorg/Makefile b/src/gallium/winsys/drm/vmware/xorg/Makefile
index 4f6ec11..383a6f9 100644
--- a/src/gallium/winsys/drm/vmware/xorg/Makefile
+++ b/src/gallium/winsys/drm/vmware/xorg/Makefile
@@ -33,7 +33,7 @@ all default: $(TARGET) $(TARGET_STAGING)
 
 $(TARGET): $(OBJECTS) Makefile $(TOP)/src/gallium/state_trackers/xorg/libxorgtracker.a $(LIBS)
 	$(TOP)/bin/mklib -noprefix -o $@ \
-	$(OBJECTS) $(LIBS) $(shell pkg-config --libs libdrm) -ldrm_intel
+	$(OBJECTS) $(LIBS) $(shell pkg-config --libs libdrm)
 
 $(TOP)/$(LIB_DIR)/gallium:
 	mkdir -p $@




More information about the mesa-commit mailing list