Marcin KoĆcielnicki
2010-Mar-01 15:58 UTC
[Nouveau] [PATCH] gallium/nouveau: fix st/xorg build
--- 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