1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
(define-module (sdl2 config) #:export (%libsdl2 %libsdl2-image %libsdl2-ttf %libsdl2-mixer)) (define %libsdl2 "@LIBSDL2@") (define %libsdl2-image "@LIBSDL2_IMAGE@") (define %libsdl2-ttf "@LIBSDL2_TTF@") (define %libsdl2-mixer "@LIBSDL2_MIXER@")