diff options
Diffstat (limited to 'meta-oe/recipes-multimedia/libsdl-image')
-rw-r--r-- | meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb b/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb index ccc3d40030..4317d9369d 100644 --- a/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb +++ b/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb | |||
@@ -22,12 +22,12 @@ export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config" | |||
22 | EXTRA_OECONF += "--disable-jpg-shared --disable-png-shared -disable-tif-shared" | 22 | EXTRA_OECONF += "--disable-jpg-shared --disable-png-shared -disable-tif-shared" |
23 | 23 | ||
24 | do_configure_prepend() { | 24 | do_configure_prepend() { |
25 | # Removing this file fixes a libtool version mismatch. | 25 | # Removing this file fixes a libtool version mismatch. |
26 | rm -f acinclude/libtool.m4 | 26 | rm -f acinclude/libtool.m4 |
27 | rm -f acinclude/sdl.m4 | 27 | rm -f acinclude/sdl.m4 |
28 | rm -f acinclude/pkg.m4 | 28 | rm -f acinclude/pkg.m4 |
29 | rm -f acinclude/lt~obsolete.m4 | 29 | rm -f acinclude/lt~obsolete.m4 |
30 | rm -f acinclude/ltoptions.m4 | 30 | rm -f acinclude/ltoptions.m4 |
31 | rm -f acinclude/ltsugar.m4 | 31 | rm -f acinclude/ltsugar.m4 |
32 | rm -f acinclude/ltversion.m4 | 32 | rm -f acinclude/ltversion.m4 |
33 | } | 33 | } |