Description: prevent byte-compilation of mu4e at build-time
Author: Norbert Preining <preining@debian.org>
Author: Jeremy Sowden <jeremy@azazel.net>
Last-Update: 2023-11-03
Forwarded: not-needed

--- a/mu4e/meson.build
+++ b/mu4e/meson.build
@@ -73,7 +73,7 @@
                  install_mode: 'r--r--r--')
 endforeach
 
-foreach src : mu4e_srcs
+foreach src : []
   target_name= '@BASENAME@.elc'
   target_path = join_paths(meson.current_build_dir(), target_name)
   target_func = '(setq byte-compile-dest-file-function(lambda(_) "' + target_path + '"))'
