aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomi Valkeinen2016-06-11 12:37:17 -0500
committerTomi Valkeinen2016-06-11 12:46:05 -0500
commit711a0b813c2b3e0d4703aed6cf2c71b88db3f3b8 (patch)
tree1e353e74fc94a97eb9e5ad57b505974ee2b76140 /README.md
parentc5f166179b578b728aa2e47460b604d119a940b3 (diff)
downloadexternal-kmsxx-711a0b813c2b3e0d4703aed6cf2c71b88db3f3b8.tar.gz
external-kmsxx-711a0b813c2b3e0d4703aed6cf2c71b88db3f3b8.tar.xz
external-kmsxx-711a0b813c2b3e0d4703aed6cf2c71b88db3f3b8.zip
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 @@
1# libkms++ - C++ library for kernel mode setting 1# kms++ - C++ library for kernel mode setting
2 2
3libkms++ is a C++11 library for kernel mode setting. 3kms++ is a C++11 library for kernel mode setting.
4 4
5Also included are some simple utilities for KMS and python bindings for libkms++. 5Also included are some simple utilities for KMS and python bindings for kms++.
6 6
7## Utilities 7## Utilities
8 8
@@ -55,14 +55,14 @@ Option name | Values | Default | Notes
55--------------------- | ------------- | -------- | -------- 55--------------------- | ------------- | -------- | --------
56CMAKE_BUILD_TYPE | Release/Debug | Release | 56CMAKE_BUILD_TYPE | Release/Debug | Release |
57BUILD_SHARED_LIBS | ON/OFF | OFF | 57BUILD_SHARED_LIBS | ON/OFF | OFF |
58LIBKMS_ENABLE_PYTHON | ON/OFF | ON | 58KMSXX_ENABLE_PYTHON | ON/OFF | ON |
59LIBKMS_ENABLE_KMSCUBE | ON/OFF | OFF | 59KMSXX_ENABLE_KMSCUBE  | ON/OFF | OFF |
60 60
61## Env variables 61## Env variables
62 62
63You can use the following runtime environmental variables to control the behavior of libkms. 63You can use the following runtime environmental variables to control the behavior of kms++.
64 64
65Variable | Description 65Variable | Description
66--------------------------------- | ------------- 66--------------------------------- | -------------
67LIBKMSXX_DISABLE_UNIVERSAL_PLANES | Set to disable the use of universal planes 67KMSXX_DISABLE_UNIVERSAL_PLANES | Set to disable the use of universal planes
68LIBKMSXX_DISABLE_ATOMIC | Set to disable the use of atomic modesetting 68KMSXX_DISABLE_ATOMIC | Set to disable the use of atomic modesetting