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.
This commit is contained in:
Simon Richter 2017-01-18 02:01:26 +01:00 committed by Wayne Stambaugh
parent 9319ef034d
commit 632cce7aa7
1 changed files with 1 additions and 1 deletions

View File

@ -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.