diff options
author | Jason Ekstrand <[email protected]> | 2018-03-15 14:13:27 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2018-03-16 08:50:07 -0700 |
commit | 315ee5faecf3c3d2a435485ce9ee8523759b5da9 (patch) | |
tree | bc20a05f6b6ab72353bc893e63a8fd68411a0bff /src/loader | |
parent | 5fc21c6044166b199d32006d37f94e6d54aef62a (diff) |
loader: Include include/drm-uapi in the autotools build
We're already including it in the meson build. This fixes build issues
on systems which have a drm_fourcc.h that doesn't have modifiers.
Reviewed-by: Dylan Baker <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/loader')
-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 a0e52c1c894..76252564281 100644 --- a/src/loader/Makefile.am +++ b/src/loader/Makefile.am @@ -30,6 +30,7 @@ AM_CPPFLAGS = \ -DUSE_DRICONF \ $(DEFINES) \ -I$(top_srcdir)/include \ + -I$(top_srcdir)/include/drm-uapi \ -I$(top_srcdir)/src \ $(VISIBILITY_CFLAGS) \ $(XCB_DRI3_CFLAGS) \ |