projects
/
maildir-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d4491a
)
prevent byte-compilation of mu4e at build-time
author
Norbert Preining
<preining@debian.org>
Mon, 10 Mar 2025 22:07:50 +0000
(22:07 +0000)
committer
Jeremy Sowden
<azazel@debian.org>
Mon, 10 Mar 2025 22:07:50 +0000
(22:07 +0000)
Last-Update: 2024-05-03
Forwarded: not-needed
Gbp-Pq: Name mu4e-dont-bytecompile
mu4e/meson.build
patch
|
blob
|
history
diff --git
a/mu4e/meson.build
b/mu4e/meson.build
index cfccce12d2cd3c898d388f413f1cc629cc3ddda9..6fcde9fad335ae9b5c92c401a6d0f2c8484ed609 100644
(file)
--- 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:
tru
e,
+ build_by_default:
fals
e,
input: src,
output: target_name,
install_dir: mu4e_lispdir,
- install:
tru
e,
+ install:
fals
e,
# rebuild all if any changed.
depend_files: mu4e_srcs,
command: [emacs,