summaryrefslogtreecommitdiff
path: root/packages/libsdl/libsdl-image_1.2.6.bb
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-10-09 09:24:57 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-10-09 09:24:57 +0000
commitcf2a6858576fa48baf9a764f39d3b2c8711624d7 (patch)
tree2f0a0af49e3e2a96284d5607949cc99c03141781 /packages/libsdl/libsdl-image_1.2.6.bb
parent10bb92e04748af06ffc43c0cf9773de8a5e8914c (diff)
libsdl-image: Moved common parts into libsdl-image.inc, added version 1.2.6
Diffstat (limited to 'packages/libsdl/libsdl-image_1.2.6.bb')
-rw-r--r--packages/libsdl/libsdl-image_1.2.6.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/libsdl/libsdl-image_1.2.6.bb b/packages/libsdl/libsdl-image_1.2.6.bb
new file mode 100644
index 0000000000..27b5aa7d1a
--- /dev/null
+++ b/packages/libsdl/libsdl-image_1.2.6.bb
@@ -0,0 +1,8 @@
+require libsdl-image.inc
+
+do_unpackpost() {
+ # Removing this file fixes a libtool version mismatch.
+ rm acinclude/libtool.m4
+}
+
+addtask unpackpost after do_unpack before do_patch