summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-09-23 21:14:50 +0100
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-09-23 21:22:22 +0100
commit88888a00a6e043749c94f36cea5311c1e4519759 (patch)
treec87a0b25f40c0b5049b0017acf9764acbcefef05 /README
parent5de77bd005cf9383bd98fd29c7e23a3ca725aa57 (diff)
downloadefl-88888a00a6e043749c94f36cea5311c1e4519759.tar.gz
osx - require full opengl for gl support on osx
the default still is gl-es as documented. you need to explicitly turn on full opengl to get gl support on osx because thats all the engine does. document this exception for osx (having gl magically being full on osx and gle-es elsewhere is another option but then we need different os specific defaults for this which is kind of bad in other ways).
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 8c305b7cdb..10b88d15e0 100644
--- a/README
+++ b/README
@@ -464,7 +464,7 @@ Required by default:
* libxcursor
* libxp
* libxi (2.2 or newer)
- * opengl(mesa etc.) (opengl/glx/full or opengl-es2/egl)
+ * opengl(mesa etc.) (opengl/glx/full or opengl-es2/egl. full opengl only on osx - must be explicitly specified to be full to have support)
* giflib
* util-linux (limbount + libblkid)
* systemd / libudev