From d4dbf8e19d8a094dd8ab9e9e9dcfddcfcf04693c Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Mon, 30 Nov 2015 15:23:58 +0200 Subject: remove lua bindings --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3