-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmeson_options.txt
104 lines (90 loc) · 1.72 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
option(
'gtk-doc',
type: 'boolean',
value: false,
description: 'Build gtk-doc HTML',
)
option(
'visibility',
type: 'boolean',
value: true,
description: 'Build with GNU symbol visibility',
)
option(
'service-name-prefix',
type: 'string',
value: '',
description: 'Alternative prefix to org.freedesktop.thumbnails for Tumbler services',
)
option(
'cover-thumbnailer',
type: 'feature',
value: 'auto',
description: 'Cover thumbnailer plugin',
)
option(
'desktop-thumbnailer',
type: 'feature',
value: 'auto',
description: 'Desktop thumbnailer plugin for loading thumbnailers *.thumbnailer files',
)
option(
'ffmpeg-thumbnailer',
type: 'feature',
value: 'auto',
description: 'FFmpeg thumbnailer plugin',
)
option(
'font-thumbnailer',
type: 'feature',
value: 'auto',
description: 'Font thumbnailer plugin',
)
option(
'gepub-thumbnailer',
type: 'feature',
value: 'auto',
description: 'Gepub thumbnailer plugin',
)
option(
'gst-thumbnailer',
type: 'feature',
value: 'auto',
description: 'GStreamer thumbnailer plugin',
)
option(
'jpeg-thumbnailer',
type: 'feature',
value: 'auto',
description: 'JPEG thumbnailer plugin',
)
option(
'odf-thumbnailer',
type: 'feature',
value: 'auto',
description: 'Open Document Format thumbnailer plugin',
)
option(
'pixbuf-thumbnailer',
type: 'feature',
value: 'auto',
description: 'Pixbuf thumbnailer plugin',
)
option(
'poppler-thumbnailer',
type: 'feature',
value: 'auto',
description: 'Poppler thumbnailer plugin',
)
option(
'raw-thumbnailer',
type: 'feature',
value: 'auto',
description: 'Raw thumbnailer plugin',
)
option(
'xdg-cache',
type: 'feature',
value: 'auto',
description: 'XDG cache plugin',
)