X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/0e3383111ae2e81e103ce80d6d74f00d618f96a1..acbc115afe43ab2a3935e4a8fa9ca00d98e64c4c:/gtk/gtk.asd diff --git a/gtk/gtk.asd b/gtk/gtk.asd index c2e15a7..f56cde8 100644 --- a/gtk/gtk.asd +++ b/gtk/gtk.asd @@ -12,16 +12,17 @@ (defsystem gtk :depends-on (gffi glib gdk pango atk) :components ((:file "defpackage") - (:library "libgtk-x11-2.0" - :libdir #.(pkg-variable "gtk+-2.0" "libdir")) + (:library "libgtk-2.0" + :libdir #.(pkg-libdir "gtk+-2.0") + :libname #-win32 "libgtk-x11-2.0" + #+win32 "libgtk-win32-2.0-0") (:unix-dso "alien" :ldflags #.(pkg-libs "gtk+-2.0") :components ((:c-source-file "glue" :cflags #.(pkg-cflags "gtk+-2.0"))) -; :depends-on ("libgtk-x11-2.0") - ) + :depends-on (#+cmu "libgtk-2.0")) (:file "gtkobject" - :depends-on ("defpackage" "alien")) + :depends-on ("defpackage" "alien" "libgtk-2.0")) (:file "gtktypes" :depends-on ("gtkobject")) (:file "gtkwidget" :depends-on ("gtktypes")) (:file "gtkcontainer" :depends-on ("gtktypes"))