summaryrefslogtreecommitdiff
path: root/sdl2/config.scm.in
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-12-16 23:38:52 -0500
committerDavid Thompson <dthompson2@worcester.edu>2015-12-16 23:38:52 -0500
commit1403e4a67989d627fe84b6e6beeec641c1d7d49e (patch)
tree62afa0efd8f02826d7f684d716dcf914f88559c4 /sdl2/config.scm.in
parentcc099b061c9466f5d0d3220c71d1c43f13b139d2 (diff)
build: Add SDL2_ttf detection.
Diffstat (limited to 'sdl2/config.scm.in')
-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@")