chiark / gitweb /
Bug fix
[clg] / gtk / gtk.asd
index 298882f4d14b67ca7c0528c5d0d7f1ceb9a40b63..1518884f177e7a35d25567c476aa83a9d962f2d9 100644 (file)
@@ -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"))