0001-Make-QtMultimedia-output-optional.patch
| meson_options.txt | ||
|---|---|---|
| 60 | 60 |
description: 'Whether FileWriter (transcoding) OGG support is enabled') |
| 61 | 61 |
option('filewriter-flac', type: 'boolean', value: true,
|
| 62 | 62 |
description: 'Whether FileWriter (transcoding) FLAC support is enabled') |
| 63 |
option('qtaudio', type: 'boolean', value: true,
|
|
| 64 |
description: 'Whether QtMultimedia support is enabled') |
|
| 63 | 65 | |
| 64 | 66 |
# general plugins |
| 65 | 67 |
option('songchange', type: 'boolean', value: true,
|
| src/meson.build | ||
|---|---|---|
| 89 | 89 |
subdir('delete-files')
|
| 90 | 90 |
subdir('skins-data')
|
| 91 | 91 | |
| 92 |
subdir('qtaudio')
|
|
| 92 |
if get_option('qtaudio')
|
|
| 93 |
subdir('qtaudio')
|
|
| 94 |
endif |
|
| 93 | 95 | |
| 94 | 96 |
if get_option('vumeter')
|
| 95 | 97 |
subdir('vumeter-qt')
|
| 96 |
- |
|
