Changeset View
Changeset View
Standalone View
Standalone View
meson.build
Show First 20 Lines • Show All 398 Lines • ▼ Show 20 Line(s) | |||||
399 | 399 | | |||
400 | endforeach | 400 | endforeach | ||
401 | 401 | | |||
402 | #build this later, as the debug services are depending on ecore | 402 | #build this later, as the debug services are depending on ecore | ||
403 | subdir(join_paths('src', 'bin', 'efl')) | 403 | subdir(join_paths('src', 'bin', 'efl')) | ||
404 | 404 | | |||
405 | subdir(join_paths('src', 'generic', 'evas')) | 405 | subdir(join_paths('src', 'generic', 'evas')) | ||
406 | subdir(join_paths('src', 'generic', 'emotion')) | 406 | subdir(join_paths('src', 'generic', 'emotion')) | ||
407 | subdir('cmakeconfig') | ||||
407 | 408 | | |||
408 | bindings = ['luajit', 'cxx', 'mono'] | 409 | bindings = ['luajit', 'cxx', 'mono'] | ||
409 | 410 | | |||
410 | foreach binding : bindings | 411 | foreach binding : bindings | ||
411 | if get_option(binding) | 412 | if get_option(binding) | ||
412 | subdir(join_paths('src', 'bindings', binding)) | 413 | subdir(join_paths('src', 'bindings', binding)) | ||
413 | endif | 414 | endif | ||
414 | endforeach | 415 | endforeach | ||
▲ Show 20 Lines • Show All 84 Lines • Show Last 20 Lines |