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