Skip to content

Commit

Permalink
Added trivial-garbage to explicit dependencies
Browse files Browse the repository at this point in the history
We can't assume trivial-garbage will be brought in as a transitive dependency by cl-sdl2, because it isn't anymore. If we are using the tg package directly, we should specify it as a dependency.
  • Loading branch information
mfiano authored Sep 12, 2018
1 parent 6c92412 commit 116ff62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdl2-ttf.asd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:author "Bryan Baraoidan"
:license "MIT"
:version "1.0"
:depends-on (:alexandria :defpackage-plus :cl-autowrap :sdl2 :cffi-libffi)
:depends-on (:alexandria :defpackage-plus :cl-autowrap :sdl2 :cffi-libffi :trivial-garbage)
:pathname "src"
:serial t
:components ((:file "package")
Expand Down

0 comments on commit 116ff62

Please sign in to comment.