build: Disable GTK+ demo app by default

Given that it's not usable yet.
This commit is contained in:
Bastien Nocera 2019-01-21 15:37:04 +01:00
parent b9af7952a4
commit 0714380360

View file

@ -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',