diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-10-08 07:28:32 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-10-08 07:28:32 -0400 |
commit | fef4a74e9a7a37c41c94d5ce245ce1e262639b06 (patch) | |
tree | bed93b2b8431d8881d8cb392cc50402ecdeb84c0 | |
parent | 568152532a0159f8bc1000f1b7651a29184525b5 (diff) |
chickadee: Add additional requirements.
-rw-r--r-- | projects.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/projects.scm b/projects.scm index c3278a3..83cc0a0 100644 --- a/projects.scm +++ b/projects.scm @@ -313,6 +313,10 @@ Scheme.") #:requirements '("GNU Guile >= 3.0.0" "Guile-SDL2 >= 0.7.0" "Guile-OpenGL >= 0.1.0" + "OpenAL" + "Vorbis" + "MPG123" + "Freetype" "GNU Readline") #:license "GNU GPLv3+" #:releases |