From 07143803604c32f97f9036a9d2c9f9360851d8a5 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 21 Jan 2019 15:37:04 +0100 Subject: [PATCH] build: Disable GTK+ demo app by default Given that it's not usable yet. --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 3e63304b..f40ebc31 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -17,7 +17,7 @@ option('x11-examples', option('gtk-examples', description: 'Whether to build GTK+ example applications', type: 'boolean', - value: true) + value: false) option('doc', description: 'Whether to build the API documentation', type: 'boolean',