mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-14 08:56:34 -05:00
meson: Add optional GLib support
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
5a6e45f5b4
commit
065a79ff8c
4 changed files with 13 additions and 1 deletions
|
|
@ -38,6 +38,9 @@ option('dbus',
|
|||
option('fftw',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional FFTW support')
|
||||
option('glib',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional GLib 2 support')
|
||||
option('hal-compat',
|
||||
type : 'boolean',
|
||||
description : 'Optional HAL->udev transition compatibility support (needs udev)')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue