build: Disable GTK+ demo app by default
Given that it's not usable yet.
This commit is contained in:
parent
b9af7952a4
commit
0714380360
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue