diff options
author | Oz Tiram <[email protected]> | 2025-04-01 21:28:52 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2025-04-04 22:19:13 +0000 |
commit | 7b21c429cb8986896a5bdde7f1d54718c5db7703 (patch) | |
tree | cd3c0ffc290f2b305089510e35c63b9942b748d4 | |
parent | 97b8cbd8c9826e26de888f628e0ed852c40abfb9 (diff) | |
download | atril-7b21c429cb8986896a5bdde7f1d54718c5db7703.tar.bz2 atril-7b21c429cb8986896a5bdde7f1d54718c5db7703.tar.xz |
fix: remove non existing source in shell/
Signed-off-by: Oz Tiram <[email protected]>
-rw-r--r-- | shell/meson.build | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/shell/meson.build b/shell/meson.build index ade4936c..dc023c9b 100644 --- a/shell/meson.build +++ b/shell/meson.build @@ -55,14 +55,6 @@ shell_sources = [ 'ev-sidebar-thumbnails.h', ] -ev_marshal = gnome.genmarshal( - 'ev-marshal', - sources: 'ev-marshal.list', - prefix: 'ev_marshal' -) - -shell_sources += ev_marshal - ev_resources = gnome.compile_resources( 'atril-resources', 'atril.gresource.xml', |