mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
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…
x
Reference in New Issue
Block a user