Fixes: build failure in travis configuration "make Gallium ST Other" with libunwind enabled (https://travis-ci.org/gerddie/mesa/jobs/273673597) --- src/gallium/targets/dri/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/gallium/targets/dri/Makefile.am b/src/gallium/targets/dri/Makefile.am index 2d2e1aecec..31148bb54f 100644 --- a/src/gallium/targets/dri/Makefile.am +++ b/src/gallium/targets/dri/Makefile.am @@ -55,7 +55,8 @@ gallium_dri_la_LIBADD = \ $(SELINUX_LIBS) \ $(EXPAT_LIBS) \ $(LIBDRM_LIBS) \ - $(GALLIUM_COMMON_LIB_DEPS) + $(GALLIUM_COMMON_LIB_DEPS) \ + $(LIBUNWIND_LIBS) EXTRA_gallium_dri_la_DEPENDENCIES = \ dri.sym \ -- 2.13.5 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev