aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsdl/libsdl-x11_1.2.14.bb
AgeCommit message (Collapse)Author
2011-02-08libsdl: use new .inc for 2.1.14 versionHenning Heinold
* make autotools-usage and libtool2.4 from directfb generic, this fixes libsdl-x11 too * switch to INC_PR
2010-11-14libsdl-x11 1.2.14: removing libtool-update.patch fixes alsa detectionDenis 'GNUtoo' Carikli
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>
2010-11-11libsdl-x11: configure with --disable-rpathMichael Smith
Otherwise libtool and ld try to link against ${libdir}/libdl.so.2 on the host system. Signed-off-by: Michael Smith <msmith@cbnco.com>
2010-09-06libsdl-x11-1.2.14: fix bug 894Denis 'GNUtoo' Carikli
Wesnoth in-game buttons couldn't be pressed in illume2, The patch,which comes from the bugreport, fixes that issue
2010-06-14libsdl-x11-1.2.14: Update libtool macros and remove legacy stagingKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-20libsdl-x11: use newer sdl.m4 macro from svnHenning Heinold
* the sdl.m4 macro now uses pkgconfig which unbreaks gnome-games build * bump PR
2009-12-28libsdl-x11: disable ps3 video, it fails to buildJeremy Lainé
2009-12-10libsdl-x11_1.2.14: remove INC_PR, didn't notice that require libsdl.inc is ↵Martin Jansa
actually commented out Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-10libsdl: use INC_PR, bump for mesa -> virtual/libgl changeMartin Jansa
2009-12-10libsdl-x11, libglew: use virtual/libgl instead of mesaMartin Jansa
2009-12-04libsdl: Add 1.2.14 (and native). Note: Does not use libsdl.inc as that has ↵David-John Willis
hacks for older SDL versions. * Only tested on the OpenPandora under Angstrom currently.