build: Remove an unneeded version check

We are requiring a newer meson than we were checking
for here.
This commit is contained in:
Matthias Clasen 2020-09-30 16:09:56 -04:00
parent b936419125
commit 103080c384

View File

@ -1,8 +1,4 @@
if get_option('gtk_doc')
if not meson.version().version_compare('>=0.52.0')
error('Building the GTK documentation requires Meson 0.52.0')
endif
glib_prefix = dependency('glib-2.0').get_pkgconfig_variable('prefix')
glib_docpath = join_paths(glib_prefix, 'share', 'gtk-doc', 'html')