summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2019-07-03 23:47:35 +0200
committerMarco Trevisan (TreviƱo) <mail@3v1n0.net>2019-11-19 21:07:51 +0100
commit059fc5ef7ded2048969ad4ed241b99c6fe55bbd4 (patch)
treecfbf2f2ef5839a74cb8d693d914707621af019cd /meson_options.txt
parent7fed33fb4983d3958ce8f61e07426e40739a3a91 (diff)
examples: Disable existing examples
These examples will stop working with the following API changes. Updated examples may be re-enabled again later.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/meson_options.txt b/meson_options.txt
index f21e1e7..78f16ef 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -10,10 +10,6 @@ option('udev_rules_dir',
description: 'Installation path for udev rules',
type: 'string',
value: 'auto')
-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',