meson - ector - fix eo dependencies to include all of them

move subdir after all eo files added to eo file deps var so it can use
them all.
This commit is contained in:
Carsten Haitzler 2018-11-16 18:17:28 +00:00
parent 3750dac503
commit d58376ac75
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,6 @@ eolian_include_directories += ['-I', meson.current_source_dir()]
subdir('cairo')
subdir('gl')
subdir('software')
pub_eo_types_files = [
'ector_types.eot'
@ -73,6 +72,8 @@ foreach eo_file : pub_eo_types_files
'-ghd', '@INPUT@'])
endforeach
subdir('software')
ector_lib = library('ector',
ector_src, pub_eo_file_target,
dependencies: ector_pub_deps + [triangulator, freetype, draw, m] + ector_deps,