diff options
author | Daniel Stone <[email protected]> | 2017-06-16 14:11:16 +0100 |
---|---|---|
committer | Daniel Stone <[email protected]> | 2017-07-18 22:16:20 +0100 |
commit | 2ede8943848b139afca7ac281df4c3e982e73b33 (patch) | |
tree | c41350769b026de7d17ca84a6c7fd52dacda037d /src/gbm/Makefile.am | |
parent | 6f8d8b17a1e25361881dfa4f91a43c1c04b029f9 (diff) |
gbm: Pull out FourCC <-> DRIimage format table
Rather than duplicated (yet asymmetric) open-coded tables, pull them out
to a common structure.
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gbm/Makefile.am')
-rw-r--r-- | src/gbm/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gbm/Makefile.am b/src/gbm/Makefile.am index 60b09245065..de8396000b7 100644 --- a/src/gbm/Makefile.am +++ b/src/gbm/Makefile.am @@ -5,6 +5,7 @@ pkgconfig_DATA = main/gbm.pc AM_CFLAGS = \ -I$(top_srcdir)/include \ + -I$(top_srcdir)/src \ -I$(top_srcdir)/src/loader \ -I$(top_srcdir)/src/gbm/main \ $(DLOPEN_CFLAGS) \ |