gdk.pixbuf.ffi, glib.ffi: fix load errors

db4
Slava Pestov 2011-08-27 18:26:21 -07:00
parent 3d2f731aab
commit 11af1b0962
2 changed files with 5 additions and 4 deletions

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: alien alien.data alien.libraries alien.syntax USING: alien alien.data alien.libraries alien.syntax
combinators gio.ffi glib.ffi gmodule.ffi gobject-introspection 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 ; EXCLUDE: alien.c-types => pointer ;
IN: gdk.pixbuf.ffi IN: gdk.pixbuf.ffi

View File

@ -1,8 +1,9 @@
! Copyright (C) 2010 Anton Gorenko. ! Copyright (C) 2010 Anton Gorenko.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: alien alien.destructors alien.libraries alien.syntax USING: accessors alien alien.destructors alien.libraries
combinators io.encodings.utf8 kernel gobject-introspection alien.strings alien.syntax combinators io.encodings.utf8 kernel
gobject-introspection.standard-types system ; gobject-introspection gobject-introspection.standard-types
system ;
IN: glib.ffi IN: glib.ffi
LIBRARY: glib LIBRARY: glib