]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/clutter/cally/ffi/ffi.factor
factor: more top level forms.
[factor.git] / extra / clutter / cally / ffi / ffi.factor
index 8cd4b36e9b6960511da47b683dfa36f556fefa4f..dc933192b23d8c6e2c47620eddb4c833b4c6c5ca 100644 (file)
@@ -11,12 +11,6 @@ IN: clutter.cally.ffi
 
 LIBRARY: clutter.cally
 
-<<
-"clutter.cally" {
-    { [ os windows? ] [ drop ] }
-    { [ os macosx? ] [ drop ] }
-    { [ os unix? ] [ "libclutter-glx-1.0.so" cdecl add-library ] }
-} cond
->>
+LIBRARY-UNIX: clutter.cally cdecl "libclutter-glx-1.0.so"
 
 GIR: Cally-1.0.gir