meson.build: cosmetic

This commit is contained in:
Dirk-Jan C. Binnema 2022-01-14 17:11:08 +02:00
parent cbb2734078
commit ddba5bf01a
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ if not makeinfo.found()
endif
# readline. annoyingly, macos has an incompatible libedit claiming to be
# readline. this only a dev/debug convenience for the mu4e repl.
# readline. this is only a dev/debug convenience for the mu4e repl.
readline_dep=[]
if get_option('readline').enabled()
readline_dep = dependency('readline', version:'>= 8.0')