From 57b73f2d35b4f6ad359de91537b421901b2c139b Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sun, 11 Jan 2015 17:42:59 +0200 Subject: [PATCH] buildsys: drop pulse support --- config/functions | 1 - distributions/OpenELEC/options | 3 --- 2 files changed, 4 deletions(-) diff --git a/config/functions b/config/functions index 7077e962fe..b5b45396f2 100644 --- a/config/functions +++ b/config/functions @@ -343,7 +343,6 @@ show_config() { config_message="$config_message\n $dashes$dashes" config_message="$config_message\n - ALSA support:\t\t\t $ALSA_SUPPORT" - config_message="$config_message\n - Pulseaudio support:\t\t\t $PULSEAUDIO_SUPPORT" config_message="$config_message\n - Bluetooth support:\t\t\t $BLUETOOTH_SUPPORT" config_message="$config_message\n - Hardware Sensors support:\t\t $SENSOR_SUPPORT" config_message="$config_message\n - LCD drivers:\t\t\t\t $LCD_DRIVER" diff --git a/distributions/OpenELEC/options b/distributions/OpenELEC/options index b69ebdf990..2c068d8ae7 100644 --- a/distributions/OpenELEC/options +++ b/distributions/OpenELEC/options @@ -47,9 +47,6 @@ # does not work on RPi KODI_VIS_FISHBMC="yes" -# build and install PulseAudio support (yes / no) - PULSEAUDIO_SUPPORT="no" - # build and install espeak support (yes / no) ESPEAK_SUPPORT="yes"