mirror of
https://github.com/termux/termux-packages.git
synced 2025-09-23 17:12:30 +00:00
13 lines
426 B
Diff
13 lines
426 B
Diff
diff --git a/src/compositor/plugins/meson.build b/src/compositor/plugins/meson.build
|
|
index bd7661c..5f5ae5b 100644
|
|
--- a/src/compositor/plugins/meson.build
|
|
+++ b/src/compositor/plugins/meson.build
|
|
@@ -14,6 +14,7 @@ default_plugin = shared_module('default',
|
|
json_glib_dep,
|
|
cinnamon_desktop_dep,
|
|
libmutter_clutter_dep,
|
|
+ libmutter_dep,
|
|
],
|
|
install_dir: join_paths(pkglibdir, 'plugins'),
|
|
install: true,
|