libsdl-x11 1.2.14: removing libtool-update.patch fixes alsa detection
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Fri, 12 Nov 2010 20:50:09 +0000 (21:50 +0100)
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Sun, 14 Nov 2010 10:37:20 +0000 (11:37 +0100)
commita23202736001afe7f520ef64e2431d9f994130b8
tree67a270fa101e76a98b61c1c5943e72afdea2c8bf
parent44f221b1cb3004a4e9a6ab25edc04451c255d0fe
libsdl-x11 1.2.14: removing libtool-update.patch fixes alsa detection

A side effect of the patch is that alsa detection was disabled or didn't work.

For instance here's a short way to test the result of ./configure:

With the patch:
grep ALSA SDL-1.2.14/include/SDL_config.h gives:
  /* #undef SDL_AUDIO_DRIVER_ALSA */
  /* #undef SDL_AUDIO_DRIVER_ALSA_DYNAMIC */

And without the patch:
grep ALSA SDL-1.2.14/include/SDL_config.h gives:
  #define SDL_AUDIO_DRIVER_ALSA 1
  #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"

Note that libsdl-x11 builds fine without the patch under
  the SHR distribution with the htcdream and nokia900 machines

Thanks demonicmaniac for help in #sdl on Freenode.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
recipes/libsdl/libsdl-x11-1.2.14/libtool-update.patch [deleted file]
recipes/libsdl/libsdl-x11_1.2.14.bb