sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 2c9553a6fdfa7986fadeb3ac3883622a3c7aa8c5
parent d541a024611affbb57ebb75e6c2fecc4e6a121fe
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sat, 14 May 2016 15:18:44 -0400

Set Cairo and Pango as required dependencies

Diffstat:
MCMakeLists.txt | 4++--
MREADME.md | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -54,8 +54,8 @@ find_package(PCRE REQUIRED) find_package(WLC REQUIRED) find_package(Wayland REQUIRED) find_package(XKBCommon REQUIRED) -find_package(Cairo) -find_package(Pango) +find_package(Cairo REQUIRED) +find_package(Pango REQUIRED) find_package(GdkPixbuf) find_package(PAM) diff --git a/README.md b/README.md @@ -45,8 +45,8 @@ Install dependencies: * asciidoc * pcre * json-c -* pango * -* cairo * +* pango +* cairo * gdk-pixbuf2 * * pam ** * imagemagick (required for image capture with swaygrab)