prevent byte-compilation of mu4e at build-time
authorNorbert Preining <preining@debian.org>
Mon, 3 Jun 2024 21:05:55 +0000 (22:05 +0100)
committerJeremy Sowden <azazel@debian.org>
Mon, 3 Jun 2024 21:05:55 +0000 (22:05 +0100)
Last-Update: 2024-05-03
Forwarded: not-needed

Gbp-Pq: Name mu4e-dont-bytecompile

mu4e/meson.build

index a2a22bbd7e271fd1495f6445810174b11470d097..1b2a52dd05ea422b6b9bf6b80152e7006e1f6822 100644 (file)
@@ -87,11 +87,11 @@ foreach src : mu4e_srcs
                  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,