]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/x11/glx/glx.factor
Updating code for make and fry changes
[factor.git] / basis / x11 / glx / glx.factor
index a8608235f2066bb0925f1533b12ddbf8f22bc8f0..eefb93772a07235776a7e521bfdf44418768738d 100644 (file)
@@ -3,7 +3,7 @@
 !
 ! based on glx.h from xfree86, and some of glxtokens.h
 USING: alien alien.c-types alien.syntax alien.syntax.private x11.xlib
-namespaces kernel sequences parser words ;
+namespaces make kernel sequences parser words ;
 IN: x11.glx
 
 LIBRARY: glx