X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=gdk%2Fcl-gtk2-gdk.asd;h=3c7c2ccc76c15f48b63b5e334aa8a17afde9245e;hb=HEAD;hp=d01a233f0e7c4d84c753484e74c53057191c16cf;hpb=ae532764652b87c81357acaa124c7e35f1fc0d18;p=cl-gtk2.git diff --git a/gdk/cl-gtk2-gdk.asd b/gdk/cl-gtk2-gdk.asd index d01a233..3c7c2cc 100644 --- a/gdk/cl-gtk2-gdk.asd +++ b/gdk/cl-gtk2-gdk.asd @@ -1,6 +1,6 @@ (defsystem :cl-gtk2-gdk :name :cl-gtk2-gdk - :version "0.1" + :version "0.1.1" :author "Kalyanov Dmitry " :license "LLGPL" :serial t @@ -26,5 +26,6 @@ (:file "gdk.key-values") (:file "gdk.selections") (:file "gdk.drag-and-drop") - (:file "gdk.input-devices")) - :depends-on (:cl-gtk2-glib :cffi :cl-gtk2-pango)) \ No newline at end of file + (:file "gdk.input-devices") + (:file "gdk.pango")) + :depends-on (:cl-gtk2-glib :cffi :cl-gtk2-pango))