Revert "[doc] Remove redundant check for gtkdoc-scan"

This reverts commit 0409363f77.

Broke lots of bots.
pull/3967/head
Khaled Hosny 2 years ago
parent 9b5b4da0e4
commit 6d80aba49e
  1. 5
      docs/meson.build

@ -1,3 +1,8 @@
if not find_program('gtkdoc-scan', required: get_option('docs')).found()
message('Not building documentation as gtk-doc was not found')
subdir_done()
endif
conf.set('HAVE_GTK_DOC', 1)
gnome = import('gnome')

Loading…
Cancel
Save