Link Weston plugins to libexec-weston.so

All these plugins use symbols that were exported by the weston executable and
are now exported by libexec-weston.so. Linking these to libexec-weston.so fixes
unresolved symbols.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
Pekka Paalanen
2019-07-09 12:00:41 +03:00
parent d1ace4c97f
commit 8e7f9501e4
4 changed files with 12 additions and 4 deletions
+6 -1
View File
@@ -14,6 +14,7 @@ if get_option('shell-ivi')
include_directories: common_inc,
dependencies: [
dep_libm,
dep_libexec_weston,
dep_lib_desktop,
dep_libweston_public
],
@@ -34,7 +35,11 @@ if get_option('shell-ivi')
'hmi-controller',
srcs_ivi_hmi,
include_directories: common_inc,
dependencies: [ dep_libweston_public, dep_libshared ],
dependencies: [
dep_libexec_weston,
dep_libweston_public,
dep_libshared
],
name_prefix: '',
install: true,
install_dir: dir_module_weston