Implement linux_explicit_sync (wip)
[platform/core/uifw/libds.git] / clients / meson.build
1 simple_shm_shell_files = ['simple-shm-shell.c']
2 simple_shm_shell_deps = [
3   dependency('wayland-client', required: true),
4 ]
5
6 executable('ds-simple-shm-shell',
7   simple_shm_shell_files,
8   dependencies: simple_shm_shell_deps,
9   install_dir: libds_bindir,
10   install: true,
11 )