blob: d2f5f3022be3c0a8c1685570efa860fbc6b340e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
option('gtk_doc',
description: 'Build API reference for Pango using GTK-Doc',
type: 'boolean',
value: false)
option('introspection',
description: 'Build the GObject introspection data for Pango',
type: 'boolean',
value: true)
option('install-tests',
description : 'Install tests',
type: 'boolean',
value: 'false')
|