From 0409363f77cab416b34aab66d647a3d61f46d9d8 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Tue, 20 Dec 2022 18:42:13 +0200 Subject: [PATCH] [doc] Remove redundant check for gtkdoc-scan If docs are enabled, meson will fail earlier of gtkdoc-scan is missing. --- docs/meson.build | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/meson.build b/docs/meson.build index 1fd75cf56..b34bdbcbe 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -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) gnome = import('gnome')