Files
genode-world/ports/sdl.port
Norman Feske c3ba011794 Port of libsdl, mixer, image, net, ttf
Imported from genode repository

Issue genodelabs/genode#3100
2019-01-03 16:22:58 +01:00

20 lines
640 B
Plaintext

LICENSE := LGPL
VERSION := 1.2.13
DOWNLOADS := sdl.archive
URL(sdl) := http://www.libsdl.org/release/SDL-$(VERSION).tar.gz
SHA(sdl) := 94f99df1d60f296b57f4740650a71b6425da654044ca30f8f0ce34934429e132
SIG(sdl) := ${URL(sdl)}.sig
KEY(sdl) := 1528635D8053A57F77D1E08630A59377A7763BE6
DIR(sdl) := src/lib/sdl
PATCHES := src/lib/sdl/SDL_video.patch src/lib/sdl/SDL_audio.patch
# wipe original 'SDL_config.h' file because it conflicts with out version
_dirs: remove_default_config
remove_default_config: $(DOWNLOADS)
$(VERBOSE)rm src/lib/sdl/include/SDL_config.h
DIRS := include/SDL
DIR_CONTENT(include/SDL) := src/lib/sdl/include/*.h