0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-10 13:55:33 +00:00
Files
termux-packages/x11-packages/mutter/0002-link-explicitly.patch
2025-04-04 21:50:45 +08:00

15 lines
399 B
Diff

To fix error `dlopen failed: cannot locate symbol "meta_plugin_get_type"`
See https://github.com/android-ndk/ndk/issues/201
--- a/src/compositor/plugins/meson.build
+++ b/src/compositor/plugins/meson.build
@@ -12,6 +12,7 @@
glib_dep,
gsettings_desktop_schemas_dep,
libmutter_clutter_dep,
+ libmutter_dep,
],
install_dir: pkglibdir / 'plugins',
install_rpath: pkglibdir,