factor/extra/clutter/ffi/ffi.factor

28 lines
573 B
Factor
Raw Normal View History

! Copyright (C) 2010 Anton Gorenko.
! See http://factorcode.org/license.txt for BSD license.
2010-11-20 10:27:47 -05:00
USING: alien alien.libraries alien.syntax cairo.ffi combinators
gobject-introspection kernel system vocabs.loader ;
IN: clutter.ffi
2010-11-20 10:27:47 -05:00
<<
"atk.ffi" require
"pango.cairo.ffi" require
"clutter.cogl.ffi" require
"clutter.json.ffi" require
>>
LIBRARY: clutter
<<
"clutter" {
{ [ os winnt? ] [ drop ] }
{ [ os macosx? ] [ drop ] }
{ [ os unix? ] [ "libclutter-glx-1.0.so" cdecl add-library ] }
} cond
>>
2010-11-20 10:27:47 -05:00
FOREIGN-RECORD-TYPE: cairo.Path cairo_path_t
GIR: Clutter-1.0.gir