summaryrefslogtreecommitdiff
path: root/src/modules/ecore/meson.build
blob: 10f6d47a43be9744df16673d92aefcb567283a80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

if sys_windows == false

  system_modules = [
    'systemd',
    'upower',
    #'tizen',
  ]

  foreach system_module : system_modules
    mod_install_dir = join_paths(dir_lib, 'ecore', 'system', system_module, version_name)
    subdir(join_paths('system', system_module))
  endforeach

endif