bug 940934 - build gfx/graphite2 in unified mode. r=ehsan

This commit is contained in:
Jonathan Kew 2013-11-20 16:03:38 +00:00
parent 7d4a5840da
commit 26fcf2bc04

View File

@ -13,16 +13,16 @@ EXPORTS.graphite2 += [
]
if CONFIG['GNU_CC']:
SOURCES += [
UNIFIED_SOURCES += [
'direct_machine.cpp'
]
else:
SOURCES += [
UNIFIED_SOURCES += [
'call_machine.cpp'
]
# This should contain all of the _SOURCES from files.mk, except *_machine.cpp
SOURCES += [
UNIFIED_SOURCES += [
'Bidi.cpp',
'CachedFace.cpp',
'CmapCache.cpp',