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:
Ben Widawsky 2014-03-27 09:56:59 -07:00
parent 9048aa1974
commit 47c551bd70

View File

@ -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
@ -32,5 +32,3 @@ EXTRA_DIST = \
quick_dump.py \
reg_access.py \
chipset.i chipset.py
AM_CFLAGS = $(CAIRO_CFLAGS)