diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-30 16:55:12 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-30 16:55:12 +0200 |
commit | aa010704b0bb609d29aa747321b3967f0c5abf50 (patch) | |
tree | 2441cd1e0ff2026e391323722c69200e76763888 /package/sdl/patches/patch-sdl_pc_in | |
parent | e9b04bc4f7f8e8cc8eb4932a85a15727ef6d1d32 (diff) |
update sdl and sdl-image
be sure to link sdl-image to provided libpng, otherwise
TexturePacker in XBMC build will silently fail to pack the
png icons.
Diffstat (limited to 'package/sdl/patches/patch-sdl_pc_in')
-rw-r--r-- | package/sdl/patches/patch-sdl_pc_in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package/sdl/patches/patch-sdl_pc_in b/package/sdl/patches/patch-sdl_pc_in deleted file mode 100644 index fd0ae8d52..000000000 --- a/package/sdl/patches/patch-sdl_pc_in +++ /dev/null @@ -1,10 +0,0 @@ ---- SDL-1.2.14.orig/sdl.pc.in 2009-10-13 01:07:20.000000000 +0200 -+++ SDL-1.2.14/sdl.pc.in 2011-01-12 21:54:44.000000000 +0100 -@@ -10,6 +10,6 @@ Description: Simple DirectMedia Layer is - Version: @SDL_VERSION@ - Requires: - Conflicts: --Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@ -+Libs: @SDL_LIBS@ - Libs.private: @SDL_STATIC_LIBS@ - Cflags: -I${includedir}/SDL @SDL_CFLAGS@ |