]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/Config.unix
Officially support running the X11 UI on Mac OS X
[factor.git] / vm / Config.unix
index 821ea8394f1e7362b2c61e1491d5a49c2c9b2636..0fca1bf1da75f2f78480435ce9e0991361c8109e 100644 (file)
@@ -1 +1,7 @@
 PLAF_OBJS = vm/os-unix.o
+
+ifdef NO_UI
+       X11_UI_LIBS =
+else
+       X11_UI_LIBS = -lfreetype -lGL -lGLU -L/usr/X11R6/lib -lX11
+endif