From ecb016fe3ff6fdcd8f9d98f5e1003d037888703e Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 1 May 2020 17:18:59 +0200 Subject: Switch region code to pixman This is the current upstream so let's make use of it to get the latest in features and fixes. --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 72672cd0..7bcc3820 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -137,6 +137,9 @@ endif() # Check for zlib find_package(ZLIB REQUIRED) +# Check for pixman +find_package(Pixman REQUIRED) + # Check for gettext option(ENABLE_NLS "Enable translation of program messages" ON) if(ENABLE_NLS) -- cgit v1.2.3