summaryrefslogtreecommitdiff
path: root/packages/libsdl
diff options
context:
space:
mode:
authorwoglinde <heinold@inf.fu-berlin.de>2008-10-18 22:00:31 +0200
committerwoglinde <heinold@inf.fu-berlin.de>2008-10-18 22:32:39 +0200
commitf5908addf3671abab19e1e43763b3b0ca60a451b (patch)
tree04a23c0f7bbea0d4142747143f355e256aaa1055 /packages/libsdl
parent8b5e3f5fce5605e2bd0fc8b36b85809c65764acd (diff)
libsdl-image: remove the integrated stupid sdl.m4 packages
* remove the old sdl.m4 likewise the libtool.m4 file * bump PR
Diffstat (limited to 'packages/libsdl')
-rw-r--r--packages/libsdl/libsdl-image_1.2.6.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/libsdl/libsdl-image_1.2.6.bb b/packages/libsdl/libsdl-image_1.2.6.bb
index 27b5aa7d1a..b458e19dba 100644
--- a/packages/libsdl/libsdl-image_1.2.6.bb
+++ b/packages/libsdl/libsdl-image_1.2.6.bb
@@ -1,8 +1,12 @@
require libsdl-image.inc
+FILE_PR= "r1"
+
+DEPENDS += "tiff"
do_unpackpost() {
# Removing this file fixes a libtool version mismatch.
rm acinclude/libtool.m4
+ rm acinclude/sdl.m4
}
addtask unpackpost after do_unpack before do_patch