From 632cce7aa7e811180efd87234aa7a500a1e050a4 Mon Sep 17 00:00:00 2001 From: Simon Richter Date: Wed, 18 Jan 2017 02:01:26 +0100 Subject: [PATCH] Reduce minimum required Pixman version The newest version is 0.34. 1.0 doesn't exist, this only worked because there is no actual version test. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 52de977dc7..ef650b827a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -545,7 +545,7 @@ endif() # Find Cairo library, required # find_package( Cairo 1.8.8 REQUIRED ) -find_package( Pixman 1.0 REQUIRED ) +find_package( Pixman 0.30 REQUIRED ) # # Find Boost library, required.