2f6261fa07
Note: do NOT put file paths to static libraries into FOO_LIBS variables that are passed to bundled externals that are built with --enable-static: on Mac OS X this will result in .a archives that contain other .a archives as entries, and trying to link those results in errors like: ld: warning: ignoring file .../libodfgen-0.0.a, file was built for archive which is not the architecture being linked (i386) Change-Id: If2c5a458058e4da76f80b3643e55b489d1edee24 |
||
---|---|---|
.. | ||
cairo | ||
pixman | ||
ExternalPackage_cairo.mk | ||
ExternalPackage_pixman.mk | ||
ExternalProject_cairo.mk | ||
ExternalProject_pixman.mk | ||
Makefile | ||
Module_cairo.mk | ||
README | ||
UnpackedTarball_cairo.mk | ||
UnpackedTarball_pixman.mk |
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.