mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-16 03:48:05 +02:00
The Cairo FDR trampoline code overwrites the public Cairo API used by cairo-sphinx in order to trace the calls; when building cairo-sphinx against a static build of Cairo, we end up with duplicated symbols. To avoid that, we can rename the symbols to avoid the conflict, and then provide the original symbol as a C pre-processor macro. Fixes: #791 |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| fdr.c | ||
| meson.build | ||
| sphinx.c | ||