mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 01:16:18 +00:00
quick_dump: Put the cairo cflags with the other cflags.
I had been hoping we can avoid linking against cairo, but alas it was not meant to be. Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
parent
9048aa1974
commit
47c551bd70
@ -1,4 +1,4 @@
|
|||||||
AM_CPPFLAGS = -I$(top_srcdir)/lib $(PYTHON_CPPFLAGS) $(DRM_CFLAGS)
|
AM_CPPFLAGS = -I$(top_srcdir)/lib $(PYTHON_CPPFLAGS) $(DRM_CFLAGS) $(CAIRO_CFLAGS)
|
||||||
|
|
||||||
BUILT_SOURCES = chipset_wrap_python.c
|
BUILT_SOURCES = chipset_wrap_python.c
|
||||||
|
|
||||||
@ -32,5 +32,3 @@ EXTRA_DIST = \
|
|||||||
quick_dump.py \
|
quick_dump.py \
|
||||||
reg_access.py \
|
reg_access.py \
|
||||||
chipset.i chipset.py
|
chipset.i chipset.py
|
||||||
|
|
||||||
AM_CFLAGS = $(CAIRO_CFLAGS)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user