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.
|
! 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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue