aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--README2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 458d382..88a01c8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,7 +22,7 @@ set (project_VERSION "${project_VERSION}.${project_VERSION_PATCH}")
# Dependencies
find_package (PkgConfig REQUIRED)
-pkg_check_modules (dependencies REQUIRED ncursesw libuv)
+pkg_check_modules (dependencies REQUIRED ncursesw libuv>=0.11)
if (USE_SYSTEM_TERMO)
find_package (Termo REQUIRED)
diff --git a/README b/README
index 1cfe0ce..84fc9ed 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ autistdraw
Building and Running
--------------------
-Build dependencies: CMake, pkg-config, ncursesw, libuv, termo (included)
+Build dependencies: CMake, pkg-config, ncursesw, libuv>=0.11.x, termo (included)
$ git clone https://github.com/pjanouch/autistdraw.git
$ git submodule init