2011-03-15 12:38:51 -04:00
|
|
|
! Copyright (C) 2011 Anton Gorenko.
|
|
|
|
! See http://factorcode.org/license.txt for BSD license.
|
|
|
|
USING: alien alien.libraries alien.syntax combinators
|
2011-11-02 14:23:41 -04:00
|
|
|
gobject-introspection kernel system vocabs ;
|
2011-03-15 12:38:51 -04:00
|
|
|
IN: clutter.cally.ffi
|
|
|
|
|
|
|
|
<<
|
|
|
|
"atk.ffi" require
|
|
|
|
"clutter.ffi" require
|
|
|
|
>>
|
|
|
|
|
|
|
|
LIBRARY: clutter.cally
|
|
|
|
|
|
|
|
<<
|
|
|
|
"clutter.cally" {
|
2011-09-18 21:25:06 -04:00
|
|
|
{ [ os windows? ] [ drop ] }
|
2011-03-15 12:38:51 -04:00
|
|
|
{ [ os macosx? ] [ drop ] }
|
|
|
|
{ [ os unix? ] [ "libclutter-glx-1.0.so" cdecl add-library ] }
|
|
|
|
} cond
|
|
|
|
>>
|
|
|
|
|
|
|
|
GIR: Cally-1.0.gir
|