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:
parent
9319ef034d
commit
632cce7aa7
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue