summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2021-05-22 17:06:11 +0000
committerCarlos Garnacho <carlosg@gnome.org>2021-05-22 17:06:11 +0000
commitfb0394b3070cc1689ed8795434a43d3f7d81f7b4 (patch)
tree2597fa64c4e18381f9b6736824f610e6f9ff0504 /meson_options.txt
parent3ec351c10647626a9ef7190f67b4e3838c9867dc (diff)
parent120edbcdd18c383955beaa2df547863d59b3e3c5 (diff)
downloadlibmediaart-fb0394b3070cc1689ed8795434a43d3f7d81f7b4.tar.gz
Merge branch 'ebassi/no-more-autotools' into 'master'
Remove Autotools See merge request GNOME/libmediaart!12
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 6169e46..3ef49ba 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,3 +1,6 @@
option('image_library', type: 'combo', choices: ['auto', 'gdk-pixbuf', 'qt4', 'qt5'],
description: 'Which image processing backend to use')
-option('with-docs', type : 'combo', choices : ['auto', 'yes', 'no'], value : 'auto')
+option('gtk_doc',
+ type: 'boolean',
+ value: 'false',
+ description: 'Build the API reference (requires gtk-doc)')