From: espen Date: Mon, 19 Feb 2007 13:51:03 +0000 (+0000) Subject: Added dependecy to libgdk-x11-2.0 X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/62be149ffae95206b138401d7cea23cdba055a68 Added dependecy to libgdk-x11-2.0 --- diff --git a/gdk/gdk.asd b/gdk/gdk.asd index 5f04e4e..4c3024a 100644 --- a/gdk/gdk.asd +++ b/gdk/gdk.asd @@ -16,7 +16,8 @@ :libdir #.(pkg-variable "gtk+-2.0" "libdir")) (:unix-dso "alien" :components ((:c-source-file "glue" - :cflags #.(pkg-cflags "gtk+-2.0")))) + :cflags #.(pkg-cflags "gtk+-2.0"))) + :depends-on ("libgdk-x11-2.0")) (:file "gdktypes" :depends-on ("defpackage" "alien" "libgdk_pixbuf-2.0" "libgdk-x11-2.0"))