summaryrefslogtreecommitdiff
path: root/packages/libsdl/libsdl-image_1.2.6.bb
diff options
context:
space:
mode:
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