blob: 02a6c6f160255c51a4a5d69b0106253d8fc4a2f9 [file] [log] [blame]
Daniel Stone8011b0f2016-11-24 15:54:51 +00001if get_option('shell-fullscreen')
2 srcs_shell_fullscreen = [
3 'fullscreen-shell.c',
Daniel Stone8011b0f2016-11-24 15:54:51 +00004 fullscreen_shell_unstable_v1_server_protocol_h,
5 fullscreen_shell_unstable_v1_protocol_c,
6 ]
yj1231.heoec0b7172021-06-07 13:53:28 +09007 deps_shell_fullscreen=[
8 dep_libweston_public,
9 dep_libexec_weston,
10 ]
Daniel Stone8011b0f2016-11-24 15:54:51 +000011 shared_library(
12 'fullscreen-shell',
13 srcs_shell_fullscreen,
Pekka Paalanen4f5e3602019-04-05 17:09:28 +030014 include_directories: common_inc,
yj1231.heoec0b7172021-06-07 13:53:28 +090015 dependencies: deps_shell_fullscreen,
Daniel Stone8011b0f2016-11-24 15:54:51 +000016 name_prefix: '',
17 install: true,
18 install_dir: dir_module_weston
19 )
20endif