summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2016-06-11 20:37:17 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2016-06-11 20:46:05 +0300
commit711a0b813c2b3e0d4703aed6cf2c71b88db3f3b8 (patch)
tree1e353e74fc94a97eb9e5ad57b505974ee2b76140 /README.md
parentc5f166179b578b728aa2e47460b604d119a940b3 (diff)
rename libkms to kms++
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index c060657..a94de9c 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-# libkms++ - C++ library for kernel mode setting
+# kms++ - C++ library for kernel mode setting
-libkms++ is a C++11 library for kernel mode setting.
+kms++ is a C++11 library for kernel mode setting.
-Also included are some simple utilities for KMS and python bindings for libkms++.
+Also included are some simple utilities for KMS and python bindings for kms++.
## Utilities
@@ -55,14 +55,14 @@ Option name | Values | Default | Notes
--------------------- | ------------- | -------- | --------
CMAKE_BUILD_TYPE | Release/Debug | Release |
BUILD_SHARED_LIBS | ON/OFF | OFF |
-LIBKMS_ENABLE_PYTHON | ON/OFF | ON |
-LIBKMS_ENABLE_KMSCUBE | ON/OFF | OFF |
+KMSXX_ENABLE_PYTHON | ON/OFF | ON |
+KMSXX_ENABLE_KMSCUBE  | ON/OFF | OFF |
## Env variables
-You can use the following runtime environmental variables to control the behavior of libkms.
+You can use the following runtime environmental variables to control the behavior of kms++.
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
+KMSXX_DISABLE_UNIVERSAL_PLANES | Set to disable the use of universal planes
+KMSXX_DISABLE_ATOMIC | Set to disable the use of atomic modesetting