libports/sdl_image: enable XPM, add include/SDL
Some SDL applications expect the SDL_image headers in include/SDL to be reachable without the SDL/ prefix. This patch adds the corresponding search path. Furthermore it enables support for XPM images.devel
parent
d426c5e6c2
commit
50ea944789
@ -1 +1,2 @@
|
||||
INC_DIR += $(call select_from_ports,sdl_image)/include
|
||||
INC_DIR += $(call select_from_ports,sdl_image)/include \
|
||||
$(call select_from_ports,sdl_image)/include/SDL
|
||||
|
Loading…
Reference in New Issue