forked from Schlaubischlump/libgpod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meson_options.txt
48 lines (48 loc) · 1.55 KB
/
meson_options.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
option('doc',
type: 'feature',
value: 'auto',
description: 'Generate html documentation (requires gtk-doc).')
option('test',
type: 'boolean',
value: 'true',
description: 'Build tests.')
option('taglib',
type: 'feature',
value: 'auto',
description: 'Build tests that require taglib.')
option('udev',
type: 'feature',
value: 'auto',
description: 'Enable device detection with udev.')
option('ios',
type: 'feature',
value: 'auto',
description: 'Eanble iPhone/iPod Touch support (requires libimobiledevice).')
option('python',
type: 'feature',
value: 'auto',
description: 'Build Python bindings.')
option('mono',
type: 'feature',
value: 'auto',
description: 'Build Mono bindings.')
option('artwork-db',
type: 'feature',
value: 'auto',
description: 'Support ArtworkDB (requires gdk-pixbuf).')
option('sysinfo',
type: 'feature',
value: 'auto',
description: 'Parse SysInfoExtended (gives extensive iPod description, requires libxml).')
option('sysinfo-ng',
type: 'feature',
value: 'auto',
description: 'Parse SysInfoExtended of newer iPods (nano5g, requires libusb and sysinfo=true).')
option('sgutils',
type: 'feature',
value: 'auto',
description: 'Enable support for extended SCSI parsing. Affects only ipod-read-sysinfo-extended.')
option('udev-dir',
type: 'string',
value: '',
description: 'udev base directory [default=$prefix/lib/udev]')