mu4e: remove mu4e-builddir

It is not used.
This commit is contained in:
Lin Jian 2023-08-23 07:23:28 +08:00
parent 28b779efb8
commit e94bf408f2
No known key found for this signature in database
GPG Key ID: A6698D36434F75A5
2 changed files with 0 additions and 5 deletions

View File

@ -23,8 +23,6 @@ mu4e_meta = configure_file(
install_dir: mu4e_lispdir,
configuration: {
'VERSION' : meson.project_version(),
# project_build_root() with meson >= 0.56
'abs_top_builddir': join_paths(meson.current_build_dir()),
'MU_DOC_DIR' : join_paths(datadir, 'doc', 'mu'),
})

View File

@ -3,9 +3,6 @@
(defconst mu4e-mu-version "@VERSION@"
"Required mu binary version; mu4e's version must agree with this.")
(defconst mu4e-builddir "@abs_top_builddir@"
"Top-level build directory.")
(defconst mu4e-doc-dir "@MU_DOC_DIR@"
"Mu4e's data-dir.")