From 7b21c429cb8986896a5bdde7f1d54718c5db7703 Mon Sep 17 00:00:00 2001 From: Oz Tiram Date: Tue, 1 Apr 2025 21:28:52 +0200 Subject: fix: remove non existing source in shell/ Signed-off-by: Oz Tiram --- shell/meson.build | 8 -------- 1 file changed, 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', -- cgit v1.2.1