[oe-commits] Denis 'GNUtoo' Carikli : libsdl-x11 1.2.14: removing libtool-update. patch fixes alsa detection

git version control git at git.openembedded.org
Sun Nov 14 10:46:10 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a23202736001afe7f520ef64e2431d9f994130b8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a23202736001afe7f520ef64e2431d9f994130b8

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Fri Nov 12 21:50:09 2010 +0100

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 at no-log.org>
Acked-by: Khem Raj <raj.khem at gmail.com>

---

 .../libsdl/libsdl-x11-1.2.14/libtool-update.patch  |42781 --------------------
 recipes/libsdl/libsdl-x11_1.2.14.bb                |    3 +-
 2 files changed, 1 insertions(+), 42783 deletions(-)

Diff:   http://gitweb.openembedded.net/?p=openembedded.git/?a=commitdiff;h=a23202736001afe7f520ef64e2431d9f994130b8




More information about the Openembedded-commits mailing list