[Nouveau] [PATCH] gallium/nouveau: fix st/xorg build

Marcin Kościelnicki koriakin at 0x04.net
Mon Mar 1 07:58:05 PST 2010


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

diff --git a/src/gallium/winsys/drm/nouveau/xorg/Makefile b/src/gallium/winsys/drm/nouveau/xorg/Makefile
index 179b502..71f389d 100644
--- a/src/gallium/winsys/drm/nouveau/xorg/Makefile
+++ b/src/gallium/winsys/drm/nouveau/xorg/Makefile
@@ -36,7 +36,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_nouveau
+	$(OBJECTS) $(LIBS) $(shell pkg-config --libs libdrm) -ldrm_nouveau -lkms
 
 clean:
 	rm -rf $(OBJECTS) $(TARGET)
-- 
1.6.4.1



More information about the Nouveau mailing list