aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-11-19 17:05:09 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2017-11-19 17:05:25 -0500
commitc301b14a42c007bf3b69fef6053fa2466e201309 (patch)
treee4c0bb6f2468c5dfa2b85615ef6ef6151f4501e4
parentAdd outputs to the tree (diff)
downloadsway-c301b14a42c007bf3b69fef6053fa2466e201309.tar.gz
sway-c301b14a42c007bf3b69fef6053fa2466e201309.tar.zst
sway-c301b14a42c007bf3b69fef6053fa2466e201309.zip
Remove wlc dependency
-rw-r--r--CMakeLists.txt1
-rw-r--r--README.md2
2 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b53670b6..9580e15d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -61,7 +61,6 @@ endif()
61 61
62find_package(JsonC 0.12.1 REQUIRED) 62find_package(JsonC 0.12.1 REQUIRED)
63find_package(PCRE REQUIRED) 63find_package(PCRE REQUIRED)
64find_package(WLC REQUIRED)
65find_package(Wlroots REQUIRED) 64find_package(Wlroots REQUIRED)
66find_package(Wayland REQUIRED) 65find_package(Wayland REQUIRED)
67find_package(XKBCommon REQUIRED) 66find_package(XKBCommon REQUIRED)
diff --git a/README.md b/README.md
index 29e8a674..215cee4f 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ channel or shoot an email to sir@cmpwn.com for advice.
54Install dependencies: 54Install dependencies:
55 55
56* cmake 56* cmake
57* [wlc](https://github.com/Cloudef/wlc) 57* [wlroots](https://github.com/swaywm/wlroots)
58* wayland 58* wayland
59* xwayland 59* xwayland
60* libinput >= 1.6.0 60* libinput >= 1.6.0