[doc] Remove redundant check for gtkdoc-scan
If docs are enabled, meson will fail earlier of gtkdoc-scan is missing.
This commit is contained in:
parent
196e739cf2
commit
0409363f77
|
@ -1,8 +1,3 @@
|
||||||
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)
|
conf.set('HAVE_GTK_DOC', 1)
|
||||||
|
|
||||||
gnome = import('gnome')
|
gnome = import('gnome')
|
||||||
|
|
Loading…
Reference in New Issue