mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-12-28 09:50:09 +01:00
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…
Add table
Reference in a new issue