• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1if get_option('shell-fullscreen')
2	srcs_shell_fullscreen = [
3		'fullscreen-shell.c',
4		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,
10		include_directories: common_inc,
11		dependencies: dep_libweston_public,
12		name_prefix: '',
13		install: true,
14		install_dir: dir_module_weston
15	)
16endif
17