X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/5f1ff3262acb0b3b90ec494fb90b3b659adb6019..19406f20ddb51fdcf94bf9a91c12c53717bad724:/gtk/gtk.asd diff --git a/gtk/gtk.asd b/gtk/gtk.asd index 298882f..1518884 100644 --- a/gtk/gtk.asd +++ b/gtk/gtk.asd @@ -15,6 +15,7 @@ (:library "libgtk-x11-2.0" :libdir #.(pkg-variable "gtk+-2.0" "libdir")) (: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")) @@ -25,7 +26,7 @@ (:file "gtkcontainer" :depends-on ("gtktypes")) (:file "gtktree" :depends-on ("gtktypes")) (:file "gtktext" :depends-on ("gtktypes")) - (:file "gtkaction" :depends-on ("gtktypes")) + (:file "gtkaction" :depends-on ("gtktypes" "gtk")) (:file "gtkselection" :depends-on ("gtktypes")) (:file "gtkstyle" :depends-on ("gtktypes")) (:file "gtk" :depends-on ("gtktypes" "gtkcontainer"))