Fix typo in gl-drawing-area code
[cl-gtk2.git] / pango / cl-gtk2-pango.asd
blob77c5efdf54e9c9551257eb1c597380c3bdd8c2c0
1 (defsystem :cl-gtk2-pango
2   :name :cl-gtk2-pango
3   :version "0.1"
4   :author "Kalyanov Dmitry <Kalyanov.Dmitry@gmail.com>"
5   :license "LLGPL"
6   :serial t
7   :components ((:file "pango.package")
8                (:file "pango.init")
9                (:file "pango"))
10   :depends-on (:cl-gtk2-glib :iterate))