From c301b14a42c007bf3b69fef6053fa2466e201309 Mon Sep 17 00:00:00 2001
From: Drew DeVault <sir@cmpwn.com>
Date: Sun, 19 Nov 2017 17:05:09 -0500
Subject: [PATCH] Remove wlc dependency

---
 CMakeLists.txt | 1 -
 README.md      | 2 +-
 2 files changed, 1 insertion(+), 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()
 
 find_package(JsonC 0.12.1 REQUIRED)
 find_package(PCRE REQUIRED)
-find_package(WLC REQUIRED)
 find_package(Wlroots REQUIRED)
 find_package(Wayland REQUIRED)
 find_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.
 Install dependencies:
 
 * cmake
-* [wlc](https://github.com/Cloudef/wlc)
+* [wlroots](https://github.com/swaywm/wlroots)
 * wayland
 * xwayland
 * libinput >= 1.6.0