Mesa (i965g-restart): i965g: link xorg state tracker with -ldrm_intel

Dave Airlie airlied at kemper.freedesktop.org
Sat Nov 28 07:46:27 UTC 2009


Module: Mesa
Branch: i965g-restart
Commit: 6f1bc4267f6cd2e18a6a572a5aed2fccd747ce0f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f1bc4267f6cd2e18a6a572a5aed2fccd747ce0f

Author: Dave Airlie <airlied at linux.ie>
Date:   Sat Nov 28 17:44:28 2009 +1000

i965g: link xorg state tracker with -ldrm_intel

---

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

diff --git a/src/gallium/winsys/drm/i965/xorg/Makefile b/src/gallium/winsys/drm/i965/xorg/Makefile
index 7182c9e..d91d000 100644
--- a/src/gallium/winsys/drm/i965/xorg/Makefile
+++ b/src/gallium/winsys/drm/i965/xorg/Makefile
@@ -35,7 +35,7 @@ all default: $(TARGET)
 
 $(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_i965
+	$(OBJECTS) $(LIBS) $(shell pkg-config --libs libdrm) -ldrm_intel
 
 clean:
 	rm -rf $(OBJECTS) $(TARGET)




More information about the mesa-commit mailing list