diff options
author | Oz Tiram <[email protected]> | 2025-04-02 00:51:18 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2025-04-04 22:19:13 +0000 |
commit | 42c2da11004162c607747bef0dd0afc357187b9d (patch) | |
tree | 2a260ab27385b60bd9a644199ce8cb43fc63d1d6 /shell | |
parent | a5429374d0b6b962fa835e01bad28287c88da812 (diff) | |
download | atril-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.build | 1 |
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') |