summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/pipe-loader
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-02-10 19:12:12 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2014-02-22 03:26:27 +0000
commit0c9912b266dc62aa75d325911c5e20359dfdf826 (patch)
treed16793dda0d5a4d1e500797598a8733cbdc64c7f /src/gallium/targets/pipe-loader
parent6984a6be5cdb42fe668239abbc20995f5ee289a6 (diff)
downloadexternal_mesa3d-0c9912b266dc62aa75d325911c5e20359dfdf826.zip
external_mesa3d-0c9912b266dc62aa75d325911c5e20359dfdf826.tar.gz
external_mesa3d-0c9912b266dc62aa75d325911c5e20359dfdf826.tar.bz2
targets/pipe-loader: link pipe-nouveau against libdrm
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Jakob Bornecrantz <jakob@vmware.com> Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Diffstat (limited to 'src/gallium/targets/pipe-loader')
-rw-r--r--src/gallium/targets/pipe-loader/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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