From a5d7e165fe5558487799ad75b9627f49947337af Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Mon, 5 Feb 2018 12:56:11 +0100 Subject: tools/intel_dp_compliance: Add missing GLIB_CFLAGS intel_dp_compliance.h includes the glib.h header file but the Makefile does not explicitly pass a -I option with the path containing that header, hence causing the build to fail. Note that this doesn't seem to happen with a recent enough version of cairo, which implicitly provides the correct -I option. Signed-off-by: Thierry Reding Reviewed-by: Arkadiusz Hiler --- tools/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/Makefile.am b/tools/Makefile.am index 8de2a231..09b6dbcc 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -8,7 +8,7 @@ intel_error_decode_LDFLAGS = -lz endif bin_PROGRAMS += intel_dp_compliance -intel_dp_compliance_CFLAGS = $(AM_CFLAGS) +intel_dp_compliance_CFLAGS = $(AM_CFLAGS) $(GLIB_CFLAGS) intel_dp_compliance_LDADD = $(top_builddir)/lib/libintel_tools.la SUBDIRS = null_state_gen registers -- cgit v1.2.3