diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2022-12-20 20:59:59 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2022-12-20 20:59:59 +0200 |
| commit | 33211e0889170422244345cd8442727baf27fb93 (patch) | |
| tree | 8767899fb773f38b0def72637ceca9635806fa6f /meson.build | |
| parent | 3568e6784a1a354cfd4dbffda3c124234fb66d72 (diff) | |
build: require emacs >= 26.3
Probably already implied, but let's make this explicit
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 48433b8..fe60997 100644 --- a/meson.build +++ b/meson.build @@ -137,7 +137,7 @@ guile_dep = dependency('guile-3.0', required: get_option('guile')) # emacs -- needed for mu4e compilation emacs_name=get_option('emacs') -emacs=find_program([emacs_name], version: '>=25.3', required:false) +emacs=find_program([emacs_name], version: '>=26.3', required:false) if not emacs.found() message('emacs not found; not pre-compiling mu4e sources') endif |
