summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorArnaud Rebillout <arnaud.rebillout@collabora.com>2018-10-20 15:41:28 +0700
committerArun Raghavan <arun@arunraghavan.net>2018-12-27 17:25:56 +0530
commit639c54546d0de717a710d2397cc89946bbbe4280 (patch)
treeb689484ad22b0b91488787a965318bbff8f3885c /meson_options.txt
parent4325393499cfb15dfe0a3cd11f3f47215c55788a (diff)
downloadpulseaudio-639c54546d0de717a710d2397cc89946bbbe4280.tar.gz
meson: Add optional Gtk+ support
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 85529c4db..a5e76f528 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -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)')