chiark / gitweb /
Gdk depends on Pango and not the other way around
[clg] / gdk / gdk.asd
index 885446a305b5091ef289e4846c7ba6f64b7bd874..ad915b9d830e528aa1f29ae441e84885bf39e7fb 100644 (file)
@@ -9,7 +9,7 @@
 
 
 (defsystem gdk
-    :depends-on (glib)
+    :depends-on (glib pango)
     :components ((:file "defpackage")
                 (:library "libgdk_pixbuf-2.0" 
                           :libdir #.(pkg-variable "gtk+-2.0" "libdir"))