mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 940178 - Build cairo in unified mode. r=ehsan
--HG-- extra : rebase_source : b24a1e1f1384c78f0d09d84c573d11e57024b43a
This commit is contained in:
parent
7c80166454
commit
08040eea2c
@ -114,14 +114,18 @@ if CONFIG['MOZ_ENABLE_CAIRO_FT']:
|
||||
]
|
||||
|
||||
SOURCES += [
|
||||
'cairo-bentley-ottmann-rectangular.c', # redefinition of '_cairo_bo_trap'
|
||||
'cairo-bentley-ottmann-rectilinear.c', # redefinition of '_cairo_bo_trap'
|
||||
'cairo-bentley-ottmann.c', # redefinition of '_cairo_bo_trap'
|
||||
'cairo-surface-wrapper.c', # redefinition of '_copy_transformed_pattern'
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
'cairo-analysis-surface.c',
|
||||
'cairo-arc.c',
|
||||
'cairo-array.c',
|
||||
'cairo-atomic.c',
|
||||
'cairo-base64-stream.c',
|
||||
'cairo-bentley-ottmann-rectangular.c',
|
||||
'cairo-bentley-ottmann-rectilinear.c',
|
||||
'cairo-bentley-ottmann.c',
|
||||
'cairo-botor-scan-converter.c',
|
||||
'cairo-boxes.c',
|
||||
'cairo-cache.c',
|
||||
@ -173,7 +177,6 @@ SOURCES += [
|
||||
'cairo-surface-offset.c',
|
||||
'cairo-surface-snapshot.c',
|
||||
'cairo-surface-subsurface.c',
|
||||
'cairo-surface-wrapper.c',
|
||||
'cairo-surface.c',
|
||||
'cairo-tee-surface.c',
|
||||
'cairo-tor-scan-converter.c',
|
||||
|
Loading…
Reference in New Issue
Block a user