mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
85a2ebc1c4
Issue #1082
20 lines
616 B
Plaintext
20 lines
616 B
Plaintext
LICENSE := LGPL
|
|
VERSION := 1.2.13
|
|
DOWNLOADS := sdl.archive
|
|
|
|
URL(sdl) := http://www.libsdl.org/release/SDL-$(VERSION).tar.gz
|
|
SHA(sdl) := 51fcaa3e1d5c01fd813ea08688780f86b19cf539
|
|
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
|