summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@hora-obscura.de>2019-05-06 13:17:31 +0000
committerStefan Sauer <ensonic@hora-obscura.de>2019-05-06 13:17:31 +0000
commit5742bc1e1ff22cf99a416f0e3fa2b9a0c85725bd (patch)
tree7ac4377f112eb09d34fbf3ce3c242bdc4fe8d723 /meson.build
parent5ea36b00ebb528c96df5058898a216e7d591f2ac (diff)
parentbfc59c0c7b92fbf3b298bc366f7f584c3429a3f5 (diff)
downloadgtk-doc-5742bc1e1ff22cf99a416f0e3fa2b9a0c85725bd.tar.gz
Merge branch 'tests-option' into 'master'
Allow disabling the test suite See merge request GNOME/gtk-doc!26
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 080163a..7b43373 100644
--- a/meson.build
+++ b/meson.build
@@ -32,8 +32,6 @@ pkgconfigdir = join_paths(datadir, 'pkgconfig')
glib_req = '>= 2.38.0'
python3_req = '>= 3.4.0'
-glib_dep = dependency('glib-2.0', version: glib_req)
-gobject_dep = dependency('gobject-2.0', version: glib_req)
python3_dep = dependency('python3', version: python3_req)
python_prg = python.find_python()
@@ -162,6 +160,7 @@ summary = [
' CMake support: @0@'.format(get_option('cmake_support')),
' PDF output: @0@'.format(generate_pdf_output),
' User manual: @0@'.format(get_option('yelp_manual')),
+ ' Test suite: @0@'.format(get_option('tests')),
'------',
]