Make stub package for pango
[cl-gtk2.git] / gtk / cl-gtk2-gtk.asd
index dcb58b1..ee4ab70 100644 (file)
                (:file "gtk.calendar")
                (:file "gtk.size-group")
                (:file "gtk.tooltip")
-               (:file "gtk.bin")
                (:file "gtk.box")
                (:file "gtk.container")
                (:file "gtk.paned")
                (:file "gtk.child-properties")
                (:file "gtk.widget")
                (:file "gtk.builder")
-
+               (:file "gtk.assistant")
+               (:file "gtk.link-button")
+               
                (:file "gtk.main-loop-events")
                
 
                
                (:file "gtk.high-level")
 
+               (:file "ui-markup")
+
                (:file "gtk.dialog.example")
                
                (:file "gtk.demo")
-               #+sbcl (:file "sbcl")
                (:module "demo-files"
                         :pathname "demo"
                         :components ((:static-file "demo1.glade")
                                      (:static-file "demo1.ui")
                                      (:static-file "text-editor.glade")
                                      (:static-file "text-editor.ui"))))
-  :depends-on (:cl-gtk2-glib :cffi :cl-gtk2-gdk :bordeaux-threads :iterate))
+  :depends-on (:cl-gtk2-glib :cffi :cl-gtk2-gdk :bordeaux-threads :iterate :cl-gtk2-pango))