meson: introduce to meson build system
[platform/upstream/efl.git] / data / meson.build
1 checkme_files = ['ecore', 'ecore_imf', 'efreet', 'emotion', 'ethumb', 'ethumb_client', 'evas']
2
3 if get_option('x11') == true
4   checkme_files += 'ecore_x'
5 endif
6
7 if get_option('eeze') == true
8   checkme_files += 'eeze'
9 endif
10
11 if get_option('elua') == true
12   checkme_files += 'elua'
13 endif
14
15 foreach checkme : checkme_files
16   install_data(join_paths(checkme, 'checkme'),
17     install_dir : join_paths(dir_data, checkme)
18   )
19 endforeach
20
21 subdir('eo')
22 subdir('edje')
23 subdir('embryo')
24 subdir(join_paths('ethumb', 'frames'))
25 subdir('elementary')