summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/pipe-loader
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-02-10 19:12:12 +0000
committerEmil Velikov <[email protected]>2014-02-22 03:26:27 +0000
commit0c9912b266dc62aa75d325911c5e20359dfdf826 (patch)
treed16793dda0d5a4d1e500797598a8733cbdc64c7f /src/gallium/targets/pipe-loader
parent6984a6be5cdb42fe668239abbc20995f5ee289a6 (diff)
targets/pipe-loader: link pipe-nouveau against libdrm
Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Jakob Bornecrantz <[email protected]> Reviewed-by: Francisco Jerez <[email protected]>
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 72faee37a56..ff549e5a89f 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