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
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'),
})