Add Gdk/Visuals and Gdk/Cursors
[cl-gtk2.git] / gdk / cl-gtk2-gdk.asd
1 (defsystem :cl-gtk2-gdk
2   :name :cl-gtk2-gdk
3   :version "0.1"
4   :author "Kalyanov Dmitry <Kalyanov.Dmitry@gmail.com>"
5   :license "LLGPL"
6   :serial t
7   :components ((:file "gdk.package")
8                (:file "gdk.objects")
9                (:file "gdk.functions")
10                (:file "gdk.general")
11                (:file "gdk.display")
12                (:file "gdk.screen")
13                (:file "gdk.region")
14                (:file "gdk.gc")
15                (:file "gdk.drawing-primitives")
16                (:file "gdk.bitmaps")
17                (:file "gdk.rgb")
18                (:file "gdk.images")
19                (:file "gdk.pixbufs")
20                (:file "gdk.colors")
21                (:file "gdk.visual")
22                (:file "gdk.cursor"))
23   :depends-on (:cl-gtk2-glib :cffi :cl-gtk2-pango))