Module: Mesa Branch: master Commit: 463de32b952383c793836ab828851a2a7274ed5c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=463de32b952383c793836ab828851a2a7274ed5c
Author: Eric Anholt <[email protected]> Date: Mon Jul 31 14:35:53 2017 -0700 broadcom: Add missing libexpat cflags for the decoder. 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 cbcd970ecb..9ebfe4584b 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 = _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
