From: =?UTF-8?q?Jeremy=20B=C3=ADcha?= <jbicha@ubuntu.com>
Date: Tue, 28 Oct 2025 08:34:02 -0400
Subject: [PATCH] meson: fix build when thumbnailer is disabled

---
 meson.build | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meson.build b/meson.build
index 608e62b..ecac3c6 100644
--- a/meson.build
+++ b/meson.build
@@ -145,6 +145,8 @@ if get_option('thumbnailer')
     endif
     eom_thumbnailer = 'eom-thumbnailer'
   endif
+else
+  eom_thumbnailer = 'disabled'
 endif
 
 pkg_info.set('EOM_THUMBNAILER', eom_thumbnailer)
