[doc] Don’t skip building on Windows

We don’t enable building docs by default, so if one asked explicitly for
it we shouldn’t be overriding that.
pull/3967/head
Khaled Hosny 2 years ago
parent 80e68f09c5
commit 196e739cf2
  1. 5
      docs/meson.build

@ -1,8 +1,3 @@
if build_machine.system() == 'windows'
message('Skipping gtk-doc while building on Windows')
subdir_done()
endif
if not find_program('gtkdoc-scan', required: get_option('docs')).found()
message('Not building documentation as gtk-doc was not found')
subdir_done()

Loading…
Cancel
Save