summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSmallJoker <SmallJoker@users.noreply.github.com>2018-09-22 20:54:43 +0200
committerGitHub <noreply@github.com>2018-09-22 20:54:43 +0200
commit785f68ef3366e93c17f190535ba5604896fcf21c (patch)
tree791537f3023b546702c6fb7561e9d1cd165a5b6e /README.md
parent79e393cf4b5027eb9071df23f4834aac3f3a689f (diff)
downloadminetest-785f68ef3366e93c17f190535ba5604896fcf21c.tar.gz
minetest-785f68ef3366e93c17f190535ba5604896fcf21c.tar.bz2
minetest-785f68ef3366e93c17f190535ba5604896fcf21c.zip
Make OpenGL preference configurable, default to LEGACY (#7666)
This partially reverts 1ec5028 Add option OPENGL_GL_PREFERENCE
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1cc6e91a6..97cf7e8a4 100644
--- a/README.md
+++ b/README.md
@@ -212,6 +212,7 @@ General options and their default values:
ENABLE_LUAJIT=ON - Build with LuaJIT (much faster than non-JIT Lua)
ENABLE_SYSTEM_GMP=ON - Use GMP from system (much faster than bundled mini-gmp)
ENABLE_SYSTEM_JSONCPP=OFF - Use JsonCPP from system
+ OPENGL_GL_PREFERENCE=LEGACY - Linux client build only; See CMake Policy CMP0072 for reference
RUN_IN_PLACE=FALSE - Create a portable install (worlds, settings etc. in current directory)
USE_GPROF=FALSE - Enable profiling using GProf
VERSION_EXTRA= - Text to append to version (e.g. VERSION_EXTRA=foobar -> Minetest 0.4.9-foobar)