[Mesa-dev] [PATCH 1/7] broadcom: Add missing libexpat cflags for the decoder.
Eric Anholt
eric at anholt.net
Tue Aug 8 20:19:46 UTC 2017
The Raspbian ARMv6 cross compiler wasn't picking up my (amd64) system copy
of the header the way that the system gcc and armhf cross-compile did.
---
src/broadcom/Makefile.am | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/broadcom/Makefile.am b/src/broadcom/Makefile.am
index cbcd970ecbba..9ebfe4584bf0 100644
--- a/src/broadcom/Makefile.am
+++ b/src/broadcom/Makefile.am
@@ -27,6 +27,9 @@ AM_CPPFLAGS = \
$(VALGRIND_CFLAGS) \
$(DEFINES)
+AM_CFLAGS = \
+ $(EXPAT_CFLAGS)
+
include Makefile.sources
lib_LTLIBRARIES =
--
2.13.3
More information about the mesa-dev
mailing list