From: Norbert Preining Date: Mon, 3 Jun 2024 21:05:55 +0000 (+0100) Subject: prevent byte-compilation of mu4e at build-time X-Git-Tag: archive/raspbian/1.12.9-1+rpi1~1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7d553c61029ab86be23580ead44e0534a2fda8f9;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 a2a22bb..1b2a52d 100644 --- a/mu4e/meson.build +++ b/mu4e/meson.build @@ -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,