diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-10-25 09:31:00 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-10-25 09:31:00 -0400 |
commit | 942e5b384888842b729139f4436f898c42135d71 (patch) | |
tree | 48b00abc15997d1065a184d5e28c17cf2f3a737a | |
parent | 19e66471fb61f638e167ef9ab3ab1d3691236b82 (diff) |
projects: Update chickadee requirements.
-rw-r--r-- | projects.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/projects.scm b/projects.scm index 9054feb..701f240 100644 --- a/projects.scm +++ b/projects.scm @@ -319,6 +319,8 @@ Scheme.") #:requirements '("GNU Guile >= 3.0.0" "Guile-SDL2 >= 0.8.0" "Guile-OpenGL >= 0.1.0" + "libjpeg-turbo" + "libpng" "OpenAL" "Vorbis" "MPG123" |