mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1122235 - set HAVE_UINT64_T for cairo compilation to improve codegen; r=mshal
This commit is contained in:
parent
838298aaff
commit
d5e4654494
@ -199,6 +199,9 @@ for var in ('MOZ_TREE_CAIRO', 'MOZ_TREE_PIXMAN'):
|
||||
if CONFIG[var]:
|
||||
DEFINES[var] = True
|
||||
|
||||
# Normally determined by cairo's configure script.
|
||||
DEFINES['HAVE_UINT64_T'] = True
|
||||
|
||||
if CONFIG['GNU_CC']:
|
||||
DEFINES['HAVE_INTEL_ATOMIC_PRIMITIVES'] = True
|
||||
# We would normally use autoconf to set these up, using AC_CHECK_SIZEOF.
|
||||
|
Loading…
Reference in New Issue
Block a user