summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorOz Tiram <[email protected]>2025-04-02 00:51:18 +0200
committerLuke from DC <[email protected]>2025-04-04 22:19:13 +0000
commit42c2da11004162c607747bef0dd0afc357187b9d (patch)
tree2a260ab27385b60bd9a644199ce8cb43fc63d1d6 /shell
parenta5429374d0b6b962fa835e01bad28287c88da812 (diff)
downloadatril-42c2da11004162c607747bef0dd0afc357187b9d.tar.bz2
atril-42c2da11004162c607747bef0dd0afc357187b9d.tar.xz
fix more build errors
Signed-off-by: Oz Tiram <[email protected]>
Diffstat (limited to 'shell')
-rw-r--r--shell/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/meson.build b/shell/meson.build
index dc023c9b..c3b93894 100644
--- a/shell/meson.build
+++ b/shell/meson.build
@@ -72,6 +72,7 @@ atril_deps = [
gtk,
libsecret,
math,
+ mate_desktop
]
if get_option('enable_dbus')