gdk.pixbuf.ffi, glib.ffi: fix load errors
parent
3d2f731aab
commit
11af1b0962
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue