1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
  
     | 
    
      Don't build EsounD support since it was deprecated years ago
by Gnome. This is a Debian build system specific patch.
As far as I (Sergio Oller, 2020) this patch is not needed since the
ESD_AUDIO module is already disabled in config/config.in
"# INCLUDE_MODULES += ESD_AUDIO".
--- a/config/modules/esd_audio.mak
+++ b/config/modules/esd_audio.mak
@@ -38,13 +38,9 @@
  ##                                                                       ##
  ###########################################################################
 
-INCLUDE_ESD_AUDIO=1
+INCLUDE_ESD_AUDIO=0
 
 MOD_DESC_ESD_AUDIO=Use Enlightenment Speech Demon
 
-AUDIO_DEFINES += -DSUPPORT_ESD
-AUDIO_INCLUDES += -I$(ESD_INCLUDE)
-MODULE_LIBS += -L$(ESD_LIB) -lesd -laudiofile
-MODULE_EXTRA_LIBS += -L$(X11_LIB) -lX11 -lXt
 
 
 
     |