diff options
author | Tomi Valkeinen <tomi.valkeinen@iki.fi> | 2015-10-22 10:21:03 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@iki.fi> | 2015-10-22 10:21:03 +0300 |
commit | 894d6154bf75f1cf1333d27c7406f4e5e82372a1 (patch) | |
tree | 677484216bd779c4a1043bd2e21e4523633d6e6a | |
parent | 4e6f2f92330b8218f65cb1ee5a78c65f60813de8 (diff) |
README: add env variables
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -52,3 +52,12 @@ Option name | Values | Default CMAKE_BUILD_TYPE | Release/Debug | Release LIBKMS_ENABLE_PYTHON | ON/OFF | ON LIBKMS_ENABLE_LUA | ON/OFF | ON + +## Env variables + +You can use the following environmental variables to control the behavior of libkms. + +Variable | Description +--------------------------------- | ------------- +LIBKMSXX_DISABLE_UNIVERSAL_PLANES | Set to disable the use of universal planes +LIBKMSXX_DISABLE_ATOMIC | Set to disable the use of atomic modesetting |