summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2020-09-05 09:06:04 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2020-09-05 17:31:58 +0300
commitdc9297f6b56d16c9cb6ae536b773e9ca1b64f461 (patch)
tree1c01c57732c407a340c4dfd7e89ba30e2ed0e45c
parentb9d556460603994ec21d44ae23a4a6886d6de470 (diff)
Drop python2
I don't think python2 even works with kms++. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
-rw-r--r--CMakeLists.txt2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 804cb63..5584f24 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,7 +21,7 @@ option(BUILD_SHARED_LIBS "Build shared libs" FALSE)
option(TREAT_WARNINGS_AS_ERRORS "Treat warnings as errors" FALSE)
set(KMSXX_ENABLE_PYTHON ON CACHE BOOL "Enable Python wrappers")
-set(KMSXX_PYTHON_VERSION "python3;python2" CACHE STRING "Python pkgconfig package")
+set(KMSXX_PYTHON_VERSION "python3" CACHE STRING "Python pkgconfig package")
set(KMSXX_ENABLE_KMSCUBE OFF CACHE BOOL "Enable kmscube")
diff --git a/README.md b/README.md
index 4e402f8..0a423bf 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ BUILD_SHARED_LIBS | ON/OFF | OFF |
KMSXX_ENABLE_PYTHON | ON/OFF | ON |
KMSXX_ENABLE_KMSCUBE | ON/OFF | OFF |
KMSXX_ENABLE_LIBDRMOMAP | ON/OFF | OFF |
-KMSXX_PYTHON_VERSION | python3/python2 | python3;python2 | Name of the python pkgconfig file
+KMSXX_PYTHON_VERSION | python3 | python3 | Name of the python pkgconfig file
## Env variables