diff options
Diffstat (limited to 'recipes/libsdl/libsdl-image_1.2.6.bb')
-rw-r--r-- | recipes/libsdl/libsdl-image_1.2.6.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/libsdl/libsdl-image_1.2.6.bb b/recipes/libsdl/libsdl-image_1.2.6.bb new file mode 100644 index 0000000000..99fd98f508 --- /dev/null +++ b/recipes/libsdl/libsdl-image_1.2.6.bb @@ -0,0 +1,12 @@ +require libsdl-image.inc +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 |