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

--- a/mu4e/meson.build
+++ b/mu4e/meson.build
@@ -93,11 +93,11 @@
                  install_mode: 'r--r--r--')
 
   custom_target(src.underscorify() + '_el',
-                build_by_default: true,
+                build_by_default: false,
                 input: src,
                 output: target_name,
                 install_dir: mu4e_lispdir,
-                install: true,
+                install: false,
                 # rebuild all if any changed.
                 depend_files: mu4e_srcs,
                 command: [emacs,
