X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=meson_options.txt;h=bb41a42a72fe868bf93f5a492743ef3111701475;hb=02cc1f8b91b9bdb1590b66a8e6fac4fc2bdb0a5b;hp=5283a6d9818d2117b1c2d1f08dbb1ecd1b641e68;hpb=ecd597995a587705752796e3b8e229430ee6e847;p=platform%2Fupstream%2Fpulseaudio.git diff --git a/meson_options.txt b/meson_options.txt index 5283a6d..bb41a42 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,3 +1,9 @@ +option('daemon', + type : 'boolean', value : true, + description : 'Enable building and installation of pulseaudio daemon and supporting configuration files') +option('doxygen', + type : 'boolean', value : true, + description : 'Enable building and installation of documentation generated with doxygen') option('gcov', type : 'boolean', value : false, description : 'Enable optional gcov coverage analysis') @@ -79,8 +85,11 @@ option('avahi', type : 'feature', value : 'auto', description : 'Optional Avahi support') option('bluez5', - type : 'boolean', value : 'true', + type : 'feature', value : 'auto', description : 'Optional BlueZ 5 support') +option('bluez5-gstreamer', + type : 'feature', value: 'auto', + description : 'Optional BlueZ 5 GStreamer support') option('bluez5-native-headset', type : 'boolean', description : 'Optional native headset backend support (BlueZ 5)') @@ -90,6 +99,9 @@ option('bluez5-ofono-headset', option('dbus', type : 'feature', value : 'auto', description : 'Optional D-Bus support') +option('elogind', + type : 'feature', value : 'auto', + description : 'Optional elogind support') option('fftw', type : 'feature', value : 'auto', description : 'Optional FFTW support') @@ -124,7 +136,7 @@ option('orc', type : 'feature', value : 'auto', description : 'Optimized Inner Loop Runtime Compiler') option('oss-output', - type : 'boolean', + type : 'feature', value : 'auto', description : 'Optional OSS output support') option('samplerate', type : 'feature', value : 'disabled', @@ -138,9 +150,15 @@ option('speex', option('systemd', type : 'feature', value : 'auto', description : 'Optional systemd support') +option('tcpwrap', + type : 'feature', value : 'auto', + description : 'Optional TCP wrappers support') option('udev', type : 'feature', value : 'auto', description : 'Optional udev support') +option('valgrind', + type : 'feature', value : 'auto', + description : 'Optional Valgrind support') option('x11', type : 'feature', value : 'auto', description : 'Optional X11 support')