summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2018-10-08 16:33:04 +0200
committerBastien Nocera <hadess@hadess.net>2018-11-23 15:05:00 +0100
commit29461fa910e86f9a1d6c10ecdca85200bcf217de (patch)
treea4beda222850b393787620317dcad74af6bc4355 /meson_options.txt
parentf7173e66456c8eb14a13aa35694fa0f792329fe7 (diff)
demo: Add GTK+ test application
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 f847bff..3e63304 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -14,6 +14,10 @@ option('x11-examples',
description: 'Whether to build X11 example applications',
type: 'boolean',
value: true)
+option('gtk-examples',
+ description: 'Whether to build GTK+ example applications',
+ type: 'boolean',
+ value: true)
option('doc',
description: 'Whether to build the API documentation',
type: 'boolean',