From 0c9912b266dc62aa75d325911c5e20359dfdf826 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 10 Feb 2014 19:12:12 +0000 Subject: targets/pipe-loader: link pipe-nouveau against libdrm Signed-off-by: Emil Velikov Reviewed-by: Jakob Bornecrantz Reviewed-by: Francisco Jerez --- src/gallium/targets/pipe-loader/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/targets/pipe-loader') 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 -- cgit v1.1