mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-22 00:58:08 +02:00
Update README with new minimum MacOSX requirements
Since 70cc8f250b the quartz backend is
using some APIs that are not available on MacOSX 10.4 directly
(i.e. without detecting their availability through dynamic linking).
This means that the quartz backend does not work anymore on MacOSX
10.4 and that the 10.5 SDK (or newer) is needed to build.
This commit is contained in:
parent
86fad78fcd
commit
845d2420e0
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
|
@ -121,7 +121,7 @@ Supported, "platform" surface backends
|
|||
|
||||
quartz backend
|
||||
--------------
|
||||
MacOS X >= 10.4 with Xcode >= 2.4
|
||||
MacOS X >= 10.5 with Xcode >= 3.0
|
||||
|
||||
win32 backend
|
||||
-------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue