summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
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 /CMakeLists.txt
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
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 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