summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2018-11-02 16:50:47 +0100
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2018-11-05 13:46:17 +0100
commit254eb9507f5e3c51552bfdf6c4b97650e847d55a (patch)
tree02a3e2fb7d05211023620b09bcc340d5fe57bfa8 /meson_options.txt
parent5171a3d5b1b3ebe7a26c8b835edeb922186f374a (diff)
downloadgstreamer-vaapi-254eb9507f5e3c51552bfdf6c4b97650e847d55a.tar.gz
build: meson: build examples
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 018f8bc3..f2b50f86 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,3 +4,7 @@ option('with_x11', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'aut
option('with_glx', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
option('with_wayland', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
option('with_egl', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
+
+# Common feature options
+option('examples', type : 'feature', value : 'auto', yield : true)
+option('gtk_doc', type : 'feature', value : 'auto', yield : true, description : 'Build API documentation with gtk-doc')