summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2015-11-30 15:23:58 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2015-11-30 15:23:58 +0200
commitd4dbf8e19d8a094dd8ab9e9e9dcfddcfcf04693c (patch)
tree80e86dfb433afba2543928b3a0605e17dfaef652 /README.md
parentfa7a94ad91665b0fd0a87d9f800f30f307b9efad (diff)
remove lua bindings
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index cc46429..24cf75f 100644
--- a/README.md
+++ b/README.md
@@ -2,14 +2,13 @@
libkms++ is a C++11 library for kernel mode setting.
-Also included are simple test tools for KMS and python and lua wrappers for libkms++.
+Also included are simple test tools for KMS and python wrapper for libkms++.
## Dependencies:
- libdrm
-- SWIG 3.x (for python & lua bindings)
+- SWIG 3.x (for python bindings)
- Python 3.x (for python bindings)
-- Lua 5.x (for lua bindings)
## Build instructions:
@@ -51,7 +50,6 @@ Option name | Values | Default
-------------------- | ------------- | --------
CMAKE_BUILD_TYPE | Release/Debug | Release
LIBKMS_ENABLE_PYTHON | ON/OFF | ON
-LIBKMS_ENABLE_LUA | ON/OFF | ON
LIBKMS_ENABLE_KMSCUBEĀ | ON/OFF | OFF
## Env variables