Lines Matching refs:Enable
807 'Enable memfd shared memory: @0@'.format(cdata.has('HAVE_MEMFD')),
808 'Enable X11: @0@'.format(x11_dep.found()),
809 # 'Enable OSS Output: @0@'.format(${ENABLE_OSS_OUTPUT}),
810 # 'Enable OSS Wrapper: @0@'.format(${ENABLE_OSS_WRAPPER}),
811 # 'Enable EsounD: @0@'.format(${ENABLE_ESOUND}),
812 'Enable Alsa: @0@'.format(alsa_dep.found()),
813 # 'Enable CoreAudio: @0@'.format(${ENABLE_COREAUDIO}),
814 # 'Enable Solaris: @0@'.format(${ENABLE_SOLARIS}),
815 # 'Enable WaveOut: @0@'.format(${ENABLE_WAVEOUT}),
816 'Enable GLib 2: @0@'.format(glib_dep.found()),
817 # 'Enable GConf: @0@'.format(${ENABLE_GCONF}),
818 'Enable GSettings: @0@'.format(gio_dep.found()),
819 'Enable Gtk+ 3: @0@'.format(gtk_dep.found()),
820 'Enable Avahi: @0@'.format(avahi_dep.found()),
821 'Enable Jack: @0@'.format(jack_dep.found()),
822 'Enable Async DNS: @0@'.format(asyncns_dep.found()),
823 'Enable LIRC: @0@'.format(lirc_dep.found()),
824 'Enable D-Bus: @0@'.format(dbus_dep.found()),
825 ' Enable BlueZ 5: @0@'.format(get_option('bluez5')),
826 ' Enable native headsets: @0@'.format(get_option('bluez5-native-headset')),
827 ' Enable ofono headsets: @0@'.format(get_option('bluez5-ofono-headset')),
828 'Enable udev: @0@'.format(udev_dep.found()),
829 ' Enable HAL->udev compat: @0@'.format(get_option('hal-compat')),
830 'Enable systemd: @0@'.format(libsystemd_dep.found()),
831 # 'Enable TCP Wrappers: @0@'.format(${ENABLE_TCPWRAP}),
832 'Enable libsamplerate: @0@'.format(samplerate_dep.found()),
833 'Enable IPv6: @0@'.format(get_option('ipv6')),
834 'Enable OpenSSL (for Airtunes): @0@'.format(openssl_dep.found()),
835 'Enable FFTW: @0@'.format(fftw_dep.found()),
836 'Enable ORC: @0@'.format(have_orcc),
837 'Enable GStreamer: @0@'.format(have_gstreamer),
838 'Enable Adrian echo canceller: @0@'.format(get_option('adrian-aec')),
839 'Enable Speex (resampler, AEC): @0@'.format(speex_dep.found()),
840 'Enable SoXR (resampler): @0@'.format(soxr_dep.found()),
841 'Enable WebRTC echo canceller: @0@'.format(webrtc_dep.found()),
842 'Enable Gcov coverage: @0@'.format(get_option('gcov')),
843 'Enable man pages: @0@'.format(get_option('man')),
844 'Enable unit tests: @0@'.format(get_option('tests')),
854 # 'Enable per-user EsounD socket: @0@'.format(${ENABLE_PER_USER_ESOUND_SOCKET}),