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:
@@ -12,6 +12,7 @@ if get_option('shell-desktop')
|
||||
]
|
||||
deps_shell_desktop = [
|
||||
dep_libm,
|
||||
dep_libexec_weston,
|
||||
dep_libshared,
|
||||
dep_lib_desktop,
|
||||
dep_libweston_public,
|
||||
|
||||
Reference in New Issue
Block a user