Mesa (master): gallium/util: honour LIBUNWIND_CFLAGS

Emil Velikov evelikov at kemper.freedesktop.org
Wed Apr 5 17:45:02 UTC 2017


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

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Wed Apr  5 13:21:26 2017 +0100

gallium/util: honour LIBUNWIND_CFLAGS

Fixes: 70c272004f72 ("gallium/util: libunwind support")
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>

---

 src/gallium/auxiliary/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/auxiliary/Makefile.am b/src/gallium/auxiliary/Makefile.am
index def0098030..dc4bd4a40c 100644
--- a/src/gallium/auxiliary/Makefile.am
+++ b/src/gallium/auxiliary/Makefile.am
@@ -8,6 +8,7 @@ AM_CFLAGS = \
 	-I$(top_builddir)/src/compiler/nir \
 	-I$(top_srcdir)/src/gallium/auxiliary/util \
 	$(GALLIUM_CFLAGS) \
+	$(LIBUNWIND_CFLAGS) \
 	$(VISIBILITY_CFLAGS) \
 	$(MSVC2013_COMPAT_CFLAGS)
 




More information about the mesa-commit mailing list