diff options
author | Emil Velikov <[email protected]> | 2015-11-19 15:34:20 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-11-20 10:40:29 +0000 |
commit | 115f1798525899c23249b09aa63113f84328186d (patch) | |
tree | df5d2a3f145244f4cff0639e561f37adbf68adff /src/loader/Makefile.am | |
parent | 166314dd8829c80f1df5a3b7070b6c86cccf1b9e (diff) |
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 <[email protected]>
Tested-by: Kai Wasserbäch <[email protected]>
Reviewed-by: Kristian Høgsberg <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/loader/Makefile.am')
-rw-r--r-- | src/loader/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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) |