Initial libds
[platform/core/uifw/libds-tizen.git] / src / meson.build
1 wayland_protos = dependency('wayland-protocols',
2   fallback: ['wayland-protocols', 'wayland_protocols'],
3   default_options: ['tests=false'],
4 )
5 wl_protocol_dir = wayland_protos.get_variable('pkgdatadir')
6
7 wayland_scanner_dep = dependency('wayland-scanner', native: true)
8 wayland_scanner = find_program(
9   wayland_scanner_dep.get_variable('wayland_scanner'),
10   native: true,
11 )
12
13 subdir('libds')
14 subdir('tests')