Mesa (master): targets/pipe-loader: link pipe-nouveau against libdrm

Emil Velikov evelikov at kemper.freedesktop.org
Sat Feb 22 03:24:59 UTC 2014


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

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Mon Feb 10 19:12:12 2014 +0000

targets/pipe-loader: link pipe-nouveau against libdrm

Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
Reviewed-by: Jakob Bornecrantz <jakob at vmware.com>
Reviewed-by: Francisco Jerez <currojerez at riseup.net>

---

 src/gallium/targets/pipe-loader/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/targets/pipe-loader/Makefile.am b/src/gallium/targets/pipe-loader/Makefile.am
index 72faee3..ff549e5 100644
--- a/src/gallium/targets/pipe-loader/Makefile.am
+++ b/src/gallium/targets/pipe-loader/Makefile.am
@@ -72,6 +72,7 @@ pipe_nouveau_la_LIBADD = \
 	$(PIPE_LIBS) \
 	$(top_builddir)/src/gallium/winsys/nouveau/drm/libnouveaudrm.la \
 	$(top_builddir)/src/gallium/drivers/nouveau/libnouveau.la \
+	$(LIBDRM_LIBS) \
 	$(NOUVEAU_LIBS)
 pipe_nouveau_la_LDFLAGS = -no-undefined -avoid-version -module
 if HAVE_MESA_LLVM




More information about the mesa-commit mailing list