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:
e5606b1
)
prevent byte-compilation of mu4e at build-time
author
Norbert Preining
<preining@debian.org>
Mon, 3 Jun 2024 21:05:55 +0000
(22:05 +0100)
committer
Jeremy 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
patch
|
blob
|
history
diff --git
a/mu4e/meson.build
b/mu4e/meson.build
index a2a22bbd7e271fd1495f6445810174b11470d097..1b2a52dd05ea422b6b9bf6b80152e7006e1f6822 100644
(file)
--- 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:
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,