From 115f1798525899c23249b09aa63113f84328186d Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 19 Nov 2015 15:34:20 +0000 Subject: [PATCH] automake: loader: honour the XCB_DRI3 cflags MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Without this the compilation will fail, as the headers are installed in a non-default location. Signed-off-by: Emil Velikov Tested-by: Kai Wasserbäch Reviewed-by: Kristian Høgsberg Reviewed-by: Matt Turner --- src/loader/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/loader/Makefile.am b/src/loader/Makefile.am index 67ed776b0c3..5daa42edd41 100644 --- a/src/loader/Makefile.am +++ b/src/loader/Makefile.am @@ -30,6 +30,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src \ $(VISIBILITY_CFLAGS) \ + $(XCB_DRI3_CFLAGS) \ $(LIBDRM_CFLAGS) \ $(LIBUDEV_CFLAGS) -- 2.30.2