diff options
author | Eric Anholt <eric@anholt.net> | 2017-11-10 12:35:15 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2017-11-21 09:52:50 -0800 |
commit | 4eb53c7cc02a36a23c33f786cb20bf078719f40e (patch) | |
tree | 55105a593764d25196ff39c653a603b2713dd24d /meson.build | |
parent | 1c0582866fb459c829538e4a7a7fcf177fc56aa7 (diff) |
tests: Convert to using the imported drm-uapi headers.
Tested by dropping garbage in my libdrm's headers and rebuilding.
v2: Pull in DRM_CFLAGS movement that ended up later in the sequence.
Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Petri Latvala <petri.latvala@intel.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index fb81c4db..b14617a5 100644 --- a/meson.build +++ b/meson.build @@ -26,7 +26,7 @@ foreach cc_arg : cc_args endif endforeach -inc = include_directories('lib', '.') +inc = include_directories('include/drm-uapi', 'lib', '.') config = configuration_data() |