chiark / gitweb /
Adding :gtk2.8 to *features* if Gtk 2.8 is found.
[clg] / gtk / gtk.asd
index 66926bc9f001fe5d8e85412d97231debf85e0fc7..0207cb6ee4c066cb94130ad0e6293cf76bdcaebe 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.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")
 (defsystem gtk
     :depends-on (glib gdk pango atk)
     :components ((:file "defpackage")