Module: Mesa
Branch: master
Commit: 1237a569164930e12bd826031858f3169b85795f
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=1237a569164930e12bd826031858f3169b85795f

Author: Eric Anholt <[email protected]>
Date:   Thu Jan 26 16:10:48 2012 -0800

nouveau: Fix missing dri common symbols after automake conversion.

---

 src/mesa/drivers/dri/nouveau/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/nouveau/Makefile.am 
b/src/mesa/drivers/dri/nouveau/Makefile.am
index 77880fd..1d9de50 100644
--- a/src/mesa/drivers/dri/nouveau/Makefile.am
+++ b/src/mesa/drivers/dri/nouveau/Makefile.am
@@ -50,7 +50,8 @@ nouveau_vieux_dri_la_LDFLAGS = -module -avoid-version -shared
 nouveau_vieux_dri_la_LIBADD = \
        $(DRI_LIB_DEPS) \
        $(DRICORE_LIB_DEPS) \
-       $(NOUVEAU_LIBS)
+       $(NOUVEAU_LIBS) \
+       ../common/libdricommon.la
 
 # Provide compatibility with scripts for the old Mesa build system for
 # a while by putting a link to the driver into /lib of the build tree.

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to