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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user