wayland_protos = dependency('wayland-protocols', fallback: ['wayland-protocols', 'wayland_protocols'], default_options: ['tests=false'], ) wl_protocol_dir = wayland_protos.get_variable('pkgdatadir') wayland_scanner_dep = dependency('wayland-scanner', native: true) wayland_scanner = find_program( wayland_scanner_dep.get_variable('wayland_scanner'), native: true, ) subdir('libds') if get_option('tizen') subdir('libds-tizen') endif subdir('tests') subdir('examples') subdir('clients')