Add build options of backends
[platform/core/uifw/libds-tizen.git] / include / meson.build
1 exclude_files = []
2 if not features.get('tdm-backend')
3   exclude_files += 'backend/tdm.h'
4 endif
5
6 if not features.get('tbm-allocator')
7   exclude_files += 'allocator/tbm.h'
8 endif
9
10 install_subdir('libds',
11   install_dir: get_option('includedir'),
12   exclude_files: exclude_files,
13 )