Daniel Stone | 8011b0f | 2016-11-24 15:54:51 +0000 | [diff] [blame] | 1 | if get_option('shell-fullscreen') |
| 2 | srcs_shell_fullscreen = [ |
| 3 | 'fullscreen-shell.c', |
Daniel Stone | 8011b0f | 2016-11-24 15:54:51 +0000 | [diff] [blame] | 4 | fullscreen_shell_unstable_v1_server_protocol_h, |
| 5 | fullscreen_shell_unstable_v1_protocol_c, |
| 6 | ] |
yj1231.heo | ec0b717 | 2021-06-07 13:53:28 +0900 | [diff] [blame] | 7 | deps_shell_fullscreen=[ |
| 8 | dep_libweston_public, |
| 9 | dep_libexec_weston, |
| 10 | ] |
Daniel Stone | 8011b0f | 2016-11-24 15:54:51 +0000 | [diff] [blame] | 11 | shared_library( |
| 12 | 'fullscreen-shell', |
| 13 | srcs_shell_fullscreen, |
Pekka Paalanen | 4f5e360 | 2019-04-05 17:09:28 +0300 | [diff] [blame] | 14 | include_directories: common_inc, |
yj1231.heo | ec0b717 | 2021-06-07 13:53:28 +0900 | [diff] [blame] | 15 | dependencies: deps_shell_fullscreen, |
Daniel Stone | 8011b0f | 2016-11-24 15:54:51 +0000 | [diff] [blame] | 16 | name_prefix: '', |
| 17 | install: true, |
| 18 | install_dir: dir_module_weston |
| 19 | ) |
| 20 | endif |