summaryrefslogtreecommitdiffstats
path: root/src/meson.build
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2017-11-21 15:07:11 +0000
committerEric Engestrom <[email protected]>2017-11-23 09:44:16 +0000
commitd16af7355900703514d95411b222e6e028252d66 (patch)
tree49767268096b5a811382b9d87da77153a810332b /src/meson.build
parentab0809e5529725bd0af6f7b6ce06415020b9d32e (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.build1
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')