From 4129070b6a39ffba8e7cf8860c40a831235d9f62 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 17 Dec 2015 22:54:33 -0500 Subject: build: Add SDL2_mixer detection. --- sdl2/config.scm.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sdl2') diff --git a/sdl2/config.scm.in b/sdl2/config.scm.in index f43a2e7..fb6194a 100644 --- a/sdl2/config.scm.in +++ b/sdl2/config.scm.in @@ -1,7 +1,8 @@ (define-module (sdl2 config) #:export (%libsdl2 %libsdl2-image - %libsdl2-ttf)) + %libsdl2-ttf + %libsdl2-mixer)) (define %libsdl2 "@LIBSDL2@") @@ -11,3 +12,6 @@ (define %libsdl2-ttf "@LIBSDL2_TTF@") + +(define %libsdl2-mixer + "@LIBSDL2_MIXER@") -- cgit v1.2.3