X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=cl-inotify.asd;h=1f9e6e9b54e74246056d2d3c9b14b1cca8ea809d;hb=380091232fce38d01de465e91842a7961c709715;hp=80aaad5d62aeb72365b6b042c8e46480b9241a16;hpb=1e07f5bd534aa233fc53a97787b5e38b5d5fbed1;p=cl-inotify.git diff --git a/cl-inotify.asd b/cl-inotify.asd index 80aaad5..1f9e6e9 100644 --- a/cl-inotify.asd +++ b/cl-inotify.asd @@ -36,8 +36,11 @@ :long-description "Binding to the Linux inotify(7) API." :author "Olof-Joachim Frahm " :license "Simplified BSD License" - :depends-on (#:cffi #:binary-types #:trivial-utf-8 #:sb-posix) + :depends-on (#:cffi + #:binary-types + #:trivial-utf-8 + #:osicat) :serial T :components ((:file "package") - (cffi-grovel:grovel-file "grovel") - (:file "inotify"))) + (cffi-grovel:grovel-file "grovel") + (:file "inotify")))