summaryrefslogtreecommitdiff
path: root/steam/alsa_sdl_audiodriver.patch
blob: 7216bb2226a2e2fe0e1eea19792d1747100df1a0 (plain)
    1 --- a/steam	2013-02-15 14:43:40.000000000 -0500
    2 +++ b/steam	2013-02-17 23:26:31.951179106 -0500
    3 @@ -17,6 +17,11 @@
    4  # Set up domain for script localization
    5  export TEXTDOMAIN=steam
    6  
    7 +# check if pulseaudio is installed and if it isn't, use alsa for SDL_AUDIODRIVER
    8 +if ! pulseaudio --check &>/dev/null; then
    9 +    export SDL_AUDIODRIVER=alsa
   10 +fi
   11 +
   12  function show_message()
   13  {
   14  	style=$1

Generated by cgit