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/Makefile | |
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/Makefile')
-rw-r--r-- | package/sdl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/sdl/Makefile b/package/sdl/Makefile index 20e56771b..249d5a05e 100644 --- a/package/sdl/Makefile +++ b/package/sdl/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= sdl -PKG_VERSION:= 1.2.14 -PKG_RELEASE:= 3 -PKG_MD5SUM:= e52086d1b508fa0b76c52ee30b55bec4 +PKG_VERSION:= 1.2.15 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 9d96df8417572a2afb781a7c4c811a85 PKG_DESCR:= simple directmedia layer PKG_SECTION:= libs/misc PKG_DEPENDS:= libusb alsa-lib libpthread libx11 libxext |