if get_option('simple-shell') | |
srcs_simple_shell = [ | |
'weston-simpleshell.c', | |
simpleshell_server_protocol_h, | |
simpleshell_client_protocol_h, | |
simpleshell_protocol_c, | |
] | |
deps_simple_shell=[ | |
dep_libweston_public, | |
dep_libexec_weston, | |
] | |
shared_library( | |
'weston_simpleshell', | |
srcs_simple_shell, | |
include_directories: common_inc, | |
dependencies: deps_simple_shell, | |
name_prefix: '', | |
install: true, | |
install_dir: dir_module_weston | |
) | |
endif |