X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/33cee578d5ee1cf4cdaac9ac321d2da52a1d6842..8aef5e3007481efc1787bf835edb516076c3333a:/gdk/gdk.asd 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"))