blob: bde06db5ccb83f114b5bb59fd7f472ce43d81fc3 [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 ]
7 shared_library(
8 'fullscreen-shell',
9 srcs_shell_fullscreen,
Pekka Paalanen4f5e3602019-04-05 17:09:28 +030010 include_directories: common_inc,
Pekka Paalanen71ff95a2019-04-18 16:43:55 +030011 dependencies: dep_libweston_public,
Daniel Stone8011b0f2016-11-24 15:54:51 +000012 name_prefix: '',
13 install: true,
14 install_dir: dir_module_weston
15 )
16endif