diff options
author | Eric Engestrom <[email protected]> | 2017-11-21 15:07:11 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2017-11-23 09:44:16 +0000 |
commit | d16af7355900703514d95411b222e6e028252d66 (patch) | |
tree | 49767268096b5a811382b9d87da77153a810332b /src/meson.build | |
parent | ab0809e5529725bd0af6f7b6ce06415020b9d32e (diff) |
meson: reorder subdirs to avoid directly including more than one level
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build index 00bbaa8989c..db36866df63 100644 --- a/src/meson.build +++ b/src/meson.build @@ -45,7 +45,6 @@ sha1_h = custom_target( subdir('gtest') subdir('util') -subdir('mapi/glapi/gen') subdir('mapi') # TODO: opengl subdir('compiler') |