Skip to content

Commit

Permalink
Remove wlc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevault committed Nov 19, 2017
1 parent db4fb1c commit c301b14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit c301b14

Please sign in to comment.