X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/ed130a589f27b9ae3482b056724b46fb90ea4088..65466e9ca1be75e519da012fa2e7f437a3731e16:/gtk/gtk.asd diff --git a/gtk/gtk.asd b/gtk/gtk.asd index 66926bc..d7359a0 100644 --- a/gtk/gtk.asd +++ b/gtk/gtk.asd @@ -12,6 +12,9 @@ (when (string>= (pkg-version "gtk+-2.0") "2.6.0") (pushnew :gtk2.6 *features*)) +(when (string>= (pkg-version "gtk+-2.0") "2.8.0") + (pushnew :gtk2.8 *features*)) + (defsystem gtk :depends-on (glib gdk pango atk) :components ((:file "defpackage") @@ -29,7 +32,8 @@ (:file "gtktree" :depends-on ("gtktypes")) (:file "gtktext" :depends-on ("gtktypes")) (:file "gtkaction" :depends-on ("gtktypes")) + (:file "gtkselection" :depends-on ("gtktypes")) (:file "gtkstyle" :depends-on ("gtktypes")) (:file "gtk" :depends-on ("gtktypes")) (:file "gtkutils" :depends-on ("gtk")) - (:file "export" :depends-on ("gtktypes" "gtkwidget" "gtkcontainer" "gtk" "gtktree" "gtkaction" "gtkutils" "gtkstyle")))) + (:file "export" :depends-on ("gtktypes" "gtkwidget" "gtkcontainer" "gtk" "gtktree" "gtkaction" "gtkselection" "gtkutils" "gtkstyle"))))