summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2017-08-10 13:12:43 +0200
committerCarlos Garnacho <carlosg@gnome.org>2017-08-10 13:12:43 +0200
commit01c6eb37dc77120c6a05fb26e3e97ad19af53844 (patch)
treee257080f991c24cd879ee68a3569a38d7eccf31e /meson_options.txt
parent820d0140b59b64c345debd82265b69e59a70eb00 (diff)
downloadlibmediaart-01c6eb37dc77120c6a05fb26e3e97ad19af53844.tar.gz
meson: Add with-docs option
Allows disabling the API reference docs.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 9fc8221..6169e46 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,2 +1,3 @@
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')