-
Notifications
You must be signed in to change notification settings - Fork 24
cairo 1.14.12.mk
Mark Johnson edited this page Mar 10, 2018
·
1 revision
cairo-1.14.12.mk - for Rasterlite2
The original source code archive can be found in the archive
directory
flags settings
cairo_flags := \
-DCAIRO_NO_MUTEX=1 \
-DHAVE_STDINT_H \
-DHAVE_UINT64_T \
-DCAIRO_HAS_FC_FONT \
-O2 \
-std=c99 \
-Wno-missing-field-initializers \
-Wno-attributes \
-DPACKAGE_VERSION="android-cairo" \
-fPIC
2018-03-10: Mark Johnson, Berlin Germany