Added required dependency

It was unclear to me that loading clim didnt also load a backend. Added mcclim
as an explicit dependency.
This commit is contained in:
Nathan Shostek 2022-02-01 12:26:45 +01:00
parent 86f735d52b
commit a4f71de5b5

View file

@ -6,7 +6,7 @@
:license "GPLv3"
:version "0.0.1"
:serial t
:depends-on (#:stumpwm #:clim #:clim-lisp)
:depends-on (#:stumpwm #:clim #:clim-lisp #:mcclim)
:components ((:file "package")
(:file "swm-clim-message")
(:file "reimplementations")))