blob: d9d560ff59a76692064eb335365d1a56afde4b7e [file] [log] [blame]
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