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/mapi/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/mapi/meson.build')
-rw-r--r-- | src/mapi/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/meson.build b/src/mapi/meson.build index ce94ee4b27a..afdde3dd8cc 100644 --- a/src/mapi/meson.build +++ b/src/mapi/meson.build @@ -25,10 +25,10 @@ files_mapi_util = files( 'u_execmem.h', ) +subdir('glapi') if with_shared_glapi subdir('shared-glapi') endif -subdir('glapi') if with_gles1 subdir('es1api') endif |