From a41265d8838c3a1fe8e6a67873fe40ba8113c337 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Wed, 20 Jan 2010 02:09:17 +0100 Subject: libsdl-x11: use newer sdl.m4 macro from svn * the sdl.m4 macro now uses pkgconfig which unbreaks gnome-games build * bump PR --- recipes/libsdl/libsdl-x11_1.2.14.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'recipes/libsdl/libsdl-x11_1.2.14.bb') diff --git a/recipes/libsdl/libsdl-x11_1.2.14.bb b/recipes/libsdl/libsdl-x11_1.2.14.bb index b35cc26dfe..d606e801de 100644 --- a/recipes/libsdl/libsdl-x11_1.2.14.bb +++ b/recipes/libsdl/libsdl-x11_1.2.14.bb @@ -8,10 +8,11 @@ LICENSE = "LGPL" DEPENDS = "alsa-lib virtual/libgl virtual/libx11 libxext tslib" DEPENDS_avr32 = "alsa-lib virtual/libx11 libxext tslib" PROVIDES = "virtual/libsdl" -PR = "r2" +PR = "r3" SRC_URI = " \ http://www.libsdl.org/release/SDL-${PV}.tar.gz \ + file://sdl.m4 \ " S = "${WORKDIR}/SDL-${PV}" @@ -40,6 +41,9 @@ do_configure_append () { # prevent libtool from linking libs against libstdc++, libgcc, ... cat ${TARGET_PREFIX}libtool | sed -e 's/postdeps=".*"/postdeps=""/' > ${TARGET_PREFIX}libtool.tmp mv ${TARGET_PREFIX}libtool.tmp ${TARGET_PREFIX}libtool + + # copy new sdl.m4 macrofile to the dir for installing + cp ${WORKDIR}/sdl.m4 ${S}/ } do_stage() { -- cgit 1.2.3-korg