mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-14 08:56:34 -05:00
meson: Add optional Gtk+ support
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
4325393499
commit
639c54546d
3 changed files with 9 additions and 1 deletions
|
|
@ -41,6 +41,9 @@ option('fftw',
|
|||
option('glib',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional GLib 2 support')
|
||||
option('gtk',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional Gtk+ 3 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