From: Norbert Preining Date: Mon, 10 Mar 2025 22:07:50 +0000 (+0000) Subject: prevent byte-compilation of mu4e at build-time X-Git-Tag: archive/raspbian/1.12.9-1+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3b950b067fca722873871c8b1e060b18ea7e91e3;p=maildir-utils.git prevent byte-compilation of mu4e at build-time Last-Update: 2024-05-03 Forwarded: not-needed Gbp-Pq: Name mu4e-dont-bytecompile --- diff --git a/mu4e/meson.build b/mu4e/meson.build index cfccce1..6fcde9f 100644 --- a/mu4e/meson.build +++ b/mu4e/meson.build @@ -98,11 +98,11 @@ foreach src : mu4e_srcs # seems meson ignores 'install_mode' for copy (1.5.1, 1.6.1) 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,