]> gitweb.factorcode.org Git - factor.git/commitdiff
gdk.pixbuf.ffi, glib.ffi: fix load errors
authorSlava Pestov <slava@factorcode.org>
Sun, 28 Aug 2011 01:26:21 +0000 (18:26 -0700)
committerSlava Pestov <slava@factorcode.org>
Sun, 28 Aug 2011 01:26:21 +0000 (18:26 -0700)
basis/gdk/pixbuf/ffi/ffi.factor
basis/glib/ffi/ffi.factor

index 2a4f64f042284557ee9e94e9ce5d16f5240bd6d4..79c9cb8a3506bc6824b178b02b08d3c778ac3559 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: alien alien.data alien.libraries alien.syntax
 combinators gio.ffi glib.ffi gmodule.ffi gobject-introspection
-gobject.ffi kernel libc sequences system ;
+gobject.ffi kernel libc sequences system vocabs.loader ;
 EXCLUDE: alien.c-types => pointer ;
 IN: gdk.pixbuf.ffi
 
index 3d7abd39352d127d06e86ef28b3aa2e669e2c176..79428a05ff6d3ece90a659f13fa43cb8aa28a9aa 100644 (file)
@@ -1,8 +1,9 @@
 ! Copyright (C) 2010 Anton Gorenko.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: alien alien.destructors alien.libraries alien.syntax
-combinators io.encodings.utf8 kernel gobject-introspection
-gobject-introspection.standard-types system ;
+USING: accessors alien alien.destructors alien.libraries
+alien.strings alien.syntax combinators io.encodings.utf8 kernel
+gobject-introspection gobject-introspection.standard-types
+system ;
 IN: glib.ffi
 
 LIBRARY: glib