summaryrefslogtreecommitdiff
path: root/sdl2/config.scm.in
blob: fb6194ac4ee82c0c3773ac9c21a2f5902af9d844 (plain)
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@")