From dc9297f6b56d16c9cb6ae536b773e9ca1b64f461 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Sat, 5 Sep 2020 09:06:04 +0300 Subject: Drop python2 I don't think python2 even works with kms++. Signed-off-by: Tomi Valkeinen --- CMakeLists.txt | 2 +- README.md | 2 +- 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 -- cgit v1.2.3