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',
|
option('gtk-examples',
|
||||||
description: 'Whether to build GTK+ example applications',
|
description: 'Whether to build GTK+ example applications',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
value: true)
|
value: false)
|
||||||
option('doc',
|
option('doc',
|
||||||
description: 'Whether to build the API documentation',
|
description: 'Whether to build the API documentation',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
|
|
Loading…
Reference in a new issue