[Intel-gfx] [PATCH 01/90] build: Add CAIRO_FLAGS to the debugger compilation
Damien Lespiau
damien.lespiau at intel.com
Mon Feb 4 16:26:56 CET 2013
The library in lib/ exposes <cairo.h> in its main header and thus users
must be able to include it.
---
debugger/Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/debugger/Makefile.am b/debugger/Makefile.am
index d76e2ac..f1e49b9 100644
--- a/debugger/Makefile.am
+++ b/debugger/Makefile.am
@@ -11,6 +11,7 @@ AM_CPPFLAGS = \
AM_CFLAGS = \
$(DRM_CFLAGS) \
$(PCIACCESS_CFLAGS) \
+ $(CAIRO_CFLAGS) \
$(CWARNFLAGS)
LDADD = $(top_builddir)/lib/libintel_tools.la $(DRM_LIBS) $(PCIACCESS_LIBS) $(CAIRO_LIBS)
--
1.7.7.5
More information about the Intel-gfx
mailing list