meson: make build-time emacs configurable
I.e., use meson build -Demacs=/usr/bin/emacs-27.2 Fixes #2286.
This commit is contained in:
@ -24,3 +24,8 @@ option('readline',
|
||||
type: 'feature',
|
||||
value: 'auto',
|
||||
description: 'enable readline support for the mu4e repl')
|
||||
|
||||
option('emacs',
|
||||
type: 'string',
|
||||
value: 'emacs',
|
||||
description: 'name/path of the emacs executable')
|
||||
|
||||
Reference in New Issue
Block a user