8f8edfe737
So use the avoid-ATSUI patch dependingh on (the newly added) MAXOSX_SDK_VERSION, not MAC_OS_X_VERSION_MAX_ALLOWED. It is not clear (to me at least) whether for instance building against SDK version 10.7 but with MAC_OS_X_VERSION_MAX_ALLOWED=1060 ensures the resulting binaries actually work on 10.6. Somebody should check. If it doesn't work, we should add a check to configure.in that the min-required and max-allowed values are not less than the SDK version. (If it would work even for MAC_OS_X_VERSION_MAX_ALLOWED=1040, we would not need to require the increasingly obsolete Xcode 3 and 10.4 SDK for "official" builds.) Change-Id: Ia7088a26024ed288db55fa734465138d44d2ae12 |
||
---|---|---|
.. | ||
cairo | ||
pixman | ||
prj | ||
cairo-1.10.2-oldfontconfig.patch | ||
cairo-1.10.2.android.patch | ||
cairo-1.10.2.configure_ac.patch | ||
cairo-1.10.2.ios.patch | ||
cairo-1.10.2.no-atsui.patch | ||
cairo-1.10.2.patch | ||
cairo-1.10.2.wntmsc.patch | ||
cairo.dlsym.lcdfilter.patch | ||
pixman-0.24.4.android.patch | ||
pixman-0.24.4.patch | ||
README |
The graphics library, used for anti-aliasing. From [http://cairographics.org/]. This code is used by default only on Linux, though it is also available on Mac. There is a cairo-canvas implementation that is the main customer, and it is enabled via 'use hardware acceleration' in the general options.