summaryrefslogtreecommitdiff
path: root/sdl2
diff options
context:
space:
mode:
Diffstat (limited to 'sdl2')
-rw-r--r--sdl2/config.scm.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/sdl2/config.scm.in b/sdl2/config.scm.in
index 99d8be9..f43a2e7 100644
--- a/sdl2/config.scm.in
+++ b/sdl2/config.scm.in
@@ -1,9 +1,13 @@
(define-module (sdl2 config)
#:export (%libsdl2
- %libsdl2-image))
+ %libsdl2-image
+ %libsdl2-ttf))
(define %libsdl2
"@LIBSDL2@")
(define %libsdl2-image
"@LIBSDL2_IMAGE@")
+
+(define %libsdl2-ttf
+ "@LIBSDL2_TTF@")