Adding :gtk2.8 to *features* if Gtk 2.8 is found.
[clg] / gtk / gtk.asd
index 66926bc..0207cb6 100644 (file)
@@ -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")