aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-05-14 15:18:44 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-05-14 15:19:09 -0400
commit2c9553a6fdfa7986fadeb3ac3883622a3c7aa8c5 (patch)
treee66b7159ac235bf2d8b61376905f9322d7428fdf
parentTurn off ZSH completions by default (diff)
downloadsway-2c9553a6fdfa7986fadeb3ac3883622a3c7aa8c5.tar.gz
sway-2c9553a6fdfa7986fadeb3ac3883622a3c7aa8c5.tar.zst
sway-2c9553a6fdfa7986fadeb3ac3883622a3c7aa8c5.zip
Set Cairo and Pango as required dependencies
-rw-r--r--CMakeLists.txt4
-rw-r--r--README.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1b5bf090..813bec4d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -54,8 +54,8 @@ find_package(PCRE REQUIRED)
54find_package(WLC REQUIRED) 54find_package(WLC REQUIRED)
55find_package(Wayland REQUIRED) 55find_package(Wayland REQUIRED)
56find_package(XKBCommon REQUIRED) 56find_package(XKBCommon REQUIRED)
57find_package(Cairo) 57find_package(Cairo REQUIRED)
58find_package(Pango) 58find_package(Pango REQUIRED)
59find_package(GdkPixbuf) 59find_package(GdkPixbuf)
60find_package(PAM) 60find_package(PAM)
61 61
diff --git a/README.md b/README.md
index b97b889f..0012ce0c 100644
--- a/README.md
+++ b/README.md
@@ -45,8 +45,8 @@ Install dependencies:
45* asciidoc 45* asciidoc
46* pcre 46* pcre
47* json-c 47* json-c
48* pango * 48* pango
49* cairo * 49* cairo
50* gdk-pixbuf2 * 50* gdk-pixbuf2 *
51* pam ** 51* pam **
52* imagemagick (required for image capture with swaygrab) 52* imagemagick (required for image capture with swaygrab)