From 35c731cf0837333e633c0a3b29f27bfc11b6743e Mon Sep 17 00:00:00 2001 From: Moonchild Date: Thu, 14 May 2020 18:34:06 +0000 Subject: Issue # 80 - Fix up gfx/2d/DataSurfaceHelpers De-unified build requires instead of to prevent stdlib confusion. --- gfx/2d/moz.build | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'gfx/2d/moz.build') diff --git a/gfx/2d/moz.build b/gfx/2d/moz.build index c862f413f..33b49038f 100644 --- a/gfx/2d/moz.build +++ b/gfx/2d/moz.build @@ -141,15 +141,11 @@ elif CONFIG['CPU_ARCH'].startswith('mips'): 'convolverLS3.cpp', ] -# Won't build non-unified with a build error in iosfwd `strlen` (??) -UNIFIED_SOURCES += [ - 'DataSourceSurface.cpp', - 'DataSurfaceHelpers.cpp', -] - SOURCES += [ 'BezierUtils.cpp', 'Blur.cpp', + 'DataSourceSurface.cpp', + 'DataSurfaceHelpers.cpp', 'DrawEventRecorder.cpp', 'DrawingJob.cpp', 'DrawTarget.cpp', -- cgit v1.2.3