summaryrefslogtreecommitdiff
path: root/gfx/thebes
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-11-19 19:15:41 +0000
committerMoonchild <moonchild@palemoon.org>2022-04-05 19:21:29 +0200
commit97f911427a49c410644ff54b2dcaab832636113b (patch)
tree73e59c36623477657795a3a1e9d8a530d943e857 /gfx/thebes
parent3b575dfced55cf78871937b6bd41942374c95390 (diff)
downloaduxp-97f911427a49c410644ff54b2dcaab832636113b.tar.gz
Issue #1795 - Remove support for building without DirectWrite.
Diffstat (limited to 'gfx/thebes')
-rw-r--r--gfx/thebes/moz.build9
1 files changed, 3 insertions, 6 deletions
diff --git a/gfx/thebes/moz.build b/gfx/thebes/moz.build
index bee77cbbec..be28f4e51c 100644
--- a/gfx/thebes/moz.build
+++ b/gfx/thebes/moz.build
@@ -105,6 +105,9 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
'PrintTargetWindows.h',
]
SOURCES += [
+ 'gfxDWriteCommon.cpp',
+ 'gfxDWriteFontList.cpp',
+ 'gfxDWriteFonts.cpp',
'gfxGDIFont.cpp',
'gfxGDIFontList.cpp',
'gfxWindowsNativeDrawing.cpp',
@@ -113,12 +116,6 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
'PrintTargetPDF.cpp',
'PrintTargetWindows.cpp',
]
- if CONFIG['MOZ_ENABLE_DWRITE_FONT']:
- SOURCES += [
- 'gfxDWriteCommon.cpp',
- 'gfxDWriteFontList.cpp',
- 'gfxDWriteFonts.cpp',
- ]
# Are we targeting x86 or x64? If so, build gfxAlphaRecoverySSE2.cpp.
if CONFIG['INTEL_ARCHITECTURE']: