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