chiark / gitweb /
Added cairo dependency
authorespen <espen>
Thu, 10 Nov 2005 09:01:25 +0000 (09:01 +0000)
committerespen <espen>
Thu, 10 Nov 2005 09:01:25 +0000 (09:01 +0000)
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.6.0")
   (pushnew :gtk2.6 *features*))
 
+(when (string>= (pkg-version "gtk+-2.0") "2.8.0")
+  (pushnew :gtk2.8 *features*))
+
 (defsystem gdk
 (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"))
     :components ((:file "defpackage")
                 (:library "libgdk_pixbuf-2.0" 
                           :libdir #.(pkg-variable "gtk+-2.0" "libdir"))