Port of libsdl, mixer, image, net, ttf

Imported from genode repository

Issue genodelabs/genode#3100
This commit is contained in:
Norman Feske
2019-01-03 15:53:06 +01:00
parent c698269e5c
commit c3ba011794
66 changed files with 3055 additions and 0 deletions

4
lib/import/import-sdl.mk Normal file
View File

@@ -0,0 +1,4 @@
SDL_PORT_DIR := $(call select_from_ports,sdl)
INC_DIR += $(SDL_PORT_DIR)/include $(SDL_PORT_DIR)/include/SDL
REP_INC_DIR += include/SDL

View File

@@ -0,0 +1,2 @@
INC_DIR += $(call select_from_ports,sdl_image)/include \
$(call select_from_ports,sdl_image)/include/SDL

View File

@@ -0,0 +1,2 @@
SDL_MIXER_PORT_DIR := $(call select_from_ports,sdl_mixer)
INC_DIR += $(SDL_MIXER_PORT_DIR)/include $(SDL_MIXER_PORT_DIR)/include/SDL

View File

@@ -0,0 +1,2 @@
SDL_NET_PORT_DIR := $(call select_from_ports,sdl_net)
INC_DIR += $(SDL_NET_PORT_DIR)/include $(SDL_NET_PORT_DIR)/include/SDL

View File

@@ -0,0 +1 @@
INC_DIR += $(call select_from_ports,sdl_ttf)/include