Port of libsdl, mixer, image, net, ttf
Imported from genode repository Issue genodelabs/genode#3100
This commit is contained in:
4
lib/import/import-sdl.mk
Normal file
4
lib/import/import-sdl.mk
Normal 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
|
||||
2
lib/import/import-sdl_image.mk
Normal file
2
lib/import/import-sdl_image.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
INC_DIR += $(call select_from_ports,sdl_image)/include \
|
||||
$(call select_from_ports,sdl_image)/include/SDL
|
||||
2
lib/import/import-sdl_mixer.mk
Normal file
2
lib/import/import-sdl_mixer.mk
Normal 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
|
||||
2
lib/import/import-sdl_net.mk
Normal file
2
lib/import/import-sdl_net.mk
Normal 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
|
||||
1
lib/import/import-sdl_ttf.mk
Normal file
1
lib/import/import-sdl_ttf.mk
Normal file
@@ -0,0 +1 @@
|
||||
INC_DIR += $(call select_from_ports,sdl_ttf)/include
|
||||
Reference in New Issue
Block a user