summaryrefslogtreecommitdiffstats
path: root/src/loader
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2015-11-19 15:34:20 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2015-11-20 10:40:29 +0000
commit115f1798525899c23249b09aa63113f84328186d (patch)
treedf5d2a3f145244f4cff0639e561f37adbf68adff /src/loader
parent166314dd8829c80f1df5a3b7070b6c86cccf1b9e (diff)
downloadexternal_mesa3d-115f1798525899c23249b09aa63113f84328186d.zip
external_mesa3d-115f1798525899c23249b09aa63113f84328186d.tar.gz
external_mesa3d-115f1798525899c23249b09aa63113f84328186d.tar.bz2
automake: loader: honour the XCB_DRI3 cflags
Without this the compilation will fail, as the headers are installed in a non-default location. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Tested-by: Kai Wasserbäch <kai@dev.carbon-project.org> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net> Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/loader')
-rw-r--r--src/loader/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/loader/Makefile.am b/src/loader/Makefile.am
index 67ed776..5daa42e 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)