office-gobmx/cairo
Tor Lillqvist 12152d253e Replace GUIBASE checks with equivalent OS checks
The idea is to get rid of GUIBASE and GUI checks as much as possible.

GUIBASE=aqua <=> OS=MACOSX
GUIBASE=WIN <=> OS=WNT
GUIBASE=cocoatouch <=> OS=IOS
GUIBASE=android <=> OS=ANDROID

Don't set GUIBASE to these values any more in configure.ac
either.

GUIBASE_FOR_BUILD is not used anywhere.

Conflicts:
	configure.ac
	postprocess/packcomponents/makefile.mk
	postprocess/packregistry/makefile.mk

Change-Id: Ie0526b40e1073f2328ba6c333e28752104b0fed3
2012-12-18 20:52:24 -05:00
..
cairo Replace GUIBASE checks with equivalent OS checks 2012-12-18 20:52:24 -05:00
pixman Replace GUIBASE checks with equivalent OS checks 2012-12-18 20:52:24 -05:00
prj cairo: convert to gbuild 2012-11-20 20:36:42 +00:00
ExternalPackage_cairo.mk deliver also .so.<version> libraries 2012-11-21 13:33:17 +01:00
ExternalPackage_pixman.mk deliver also .so.<version> libraries 2012-11-21 13:33:17 +01:00
ExternalProject_cairo.mk cairo: to actually use the right cairo-version.h... 2012-11-20 22:26:33 +01:00
ExternalProject_pixman.mk cairo: convert to gbuild 2012-11-20 20:36:42 +00:00
Makefile cairo: convert to gbuild 2012-11-20 20:36:42 +00:00
Module_cairo.mk cairo: convert to gbuild 2012-11-20 20:36:42 +00:00
README
UnpackedTarball_cairo.mk cairo: convert to gbuild 2012-11-20 20:36:42 +00:00
UnpackedTarball_pixman.mk cairo: convert to gbuild 2012-11-20 20:36:42 +00:00

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.