chiark / gitweb /
Added cairo dependency
[clg] / gdk / gdk.asd
index 738234a822abfdf07e6f55856a1769008ef28de1..61882544bf69a62ab3ec9b03571a35a7864de44a 100644 (file)
 (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 gdk
-    :depends-on (glib pango)
+    :depends-on (glib pango #+gtk2.8 cairo)
     :components ((:file "defpackage")
                 (:library "libgdk_pixbuf-2.0" 
                           :libdir #.(pkg-variable "gtk+-2.0" "libdir"))