mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
meson: update scdoc requirement to >= 1.9.2
Since scdoc 1.9.1 is bugged, this updates the meson version check to >= 1.9.2 and drops the version requirement from the README. This should make it more obvious to users who have 1.9.1 that they need to update scdoc to be able to compile man pages and hopefully cut down on the duplicate issues
This commit is contained in:
parent
a053823f39
commit
3f073f0973
4 changed files with 4 additions and 4 deletions
|
|
@ -95,7 +95,7 @@ conf_data.set10('HAVE_SYSTEMD', systemd.found())
|
|||
conf_data.set10('HAVE_ELOGIND', elogind.found())
|
||||
conf_data.set10('HAVE_TRAY', have_tray)
|
||||
|
||||
scdoc = dependency('scdoc', version: '>=1.9', native: true, required: get_option('man-pages'))
|
||||
scdoc = dependency('scdoc', version: '>=1.9.2', native: true, required: get_option('man-pages'))
|
||||
if scdoc.found()
|
||||
scdoc_prog = find_program('scdoc')
|
||||
sh = find_program('sh')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue