diff options
Diffstat (limited to 'libsdl/libsdl-qpe_1.2.7.oe')
-rw-r--r-- | libsdl/libsdl-qpe_1.2.7.oe | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libsdl/libsdl-qpe_1.2.7.oe b/libsdl/libsdl-qpe_1.2.7.oe index 04aa31fef1..56144768e7 100644 --- a/libsdl/libsdl-qpe_1.2.7.oe +++ b/libsdl/libsdl-qpe_1.2.7.oe @@ -6,10 +6,10 @@ DEPENDS = "virtual/libqpe" PROVIDES = "virtual/libsdl" SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ - file://${FILESDIR}/agawa-piro-mickey.patch;patch=1 \ - file://${FILESDIR}/pygame.patch;patch=1 \ - file://${FILESDIR}/gcc34.patch;patch=1 \ - file://${FILESDIR}/mouse.patch;patch=1 " + file://agawa-piro-mickey.patch;patch=1 \ + file://pygame.patch;patch=1 \ + file://gcc34.patch;patch=1 \ + file://mouse.patch;patch=1" S = "${WORKDIR}/SDL-${PV}" inherit autotools @@ -45,4 +45,3 @@ do_stage() { | sed -e "s,-lSDL ,-lSDL-1.2 , "> ${STAGING_BINDIR}/sdl-config chmod a+rx ${STAGING_BINDIR}/sdl-config } - |