mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-20 14:26:17 +00:00
build: Add CAIRO_FLAGS to the debugger compilation
The library in lib/ exposes <cairo.h> in its main header and thus users must be able to include it.
This commit is contained in:
parent
191c85976d
commit
af7e11de69
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user