From: espen Date: Mon, 10 Apr 2006 18:48:35 +0000 (+0000) Subject: Bug fix X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/5fcb00f968094d61e0fe727e3817f4dbf731443f?ds=inline Bug fix --- diff --git a/gtk/gtk.asd b/gtk/gtk.asd index 74b4007..624696b 100644 --- a/gtk/gtk.asd +++ b/gtk/gtk.asd @@ -16,7 +16,7 @@ (pushnew :gtk2.8 *features*)) (defsystem gtk - :depends-on (gffi glib gdk pango atk) + :depends-on (glib gdk pango atk) :components ((:file "defpackage") (:library "libgtk-x11-2.0" :libdir #.(pkg-variable "gtk+-2.0" "libdir"))