mirror of
https://github.com/swaywm/sway.git
synced 2024-11-16 13:13:17 +00:00
Remove wlc dependency
This commit is contained in:
parent
db4fb1c85c
commit
c301b14a42
|
@ -61,7 +61,6 @@ endif()
|
||||||
|
|
||||||
find_package(JsonC 0.12.1 REQUIRED)
|
find_package(JsonC 0.12.1 REQUIRED)
|
||||||
find_package(PCRE REQUIRED)
|
find_package(PCRE REQUIRED)
|
||||||
find_package(WLC REQUIRED)
|
|
||||||
find_package(Wlroots REQUIRED)
|
find_package(Wlroots REQUIRED)
|
||||||
find_package(Wayland REQUIRED)
|
find_package(Wayland REQUIRED)
|
||||||
find_package(XKBCommon REQUIRED)
|
find_package(XKBCommon REQUIRED)
|
||||||
|
|
|
@ -54,7 +54,7 @@ channel or shoot an email to sir@cmpwn.com for advice.
|
||||||
Install dependencies:
|
Install dependencies:
|
||||||
|
|
||||||
* cmake
|
* cmake
|
||||||
* [wlc](https://github.com/Cloudef/wlc)
|
* [wlroots](https://github.com/swaywm/wlroots)
|
||||||
* wayland
|
* wayland
|
||||||
* xwayland
|
* xwayland
|
||||||
* libinput >= 1.6.0
|
* libinput >= 1.6.0
|
||||||
|
|
Loading…
Reference in a new issue