From 2c9553a6fdfa7986fadeb3ac3883622a3c7aa8c5 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 14 May 2016 15:18:44 -0400 Subject: Set Cairo and Pango as required dependencies --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') 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) 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) -- cgit v1.2.3