15 lines
469 B
Text
15 lines
469 B
Text
|
$NetBSD: patch-content_base_src_moz.build,v 1.1 2014/11/03 12:18:32 ryoon Exp $
|
||
|
|
||
|
--- content/base/src/moz.build.orig 2014-05-29 23:30:31.000000000 +0000
|
||
|
+++ content/base/src/moz.build
|
||
|
@@ -176,6 +176,9 @@ SOURCES += [
|
||
|
'nsObjectLoadingContent.cpp',
|
||
|
]
|
||
|
|
||
|
+if CONFIG['MOZ_NATIVE_HARFBUZZ']:
|
||
|
+ SOURCES['nsContentUtils.cpp'].flags += [CONFIG['MOZ_HARFBUZZ_CFLAGS']]
|
||
|
+
|
||
|
EXTRA_COMPONENTS += [
|
||
|
'contentAreaDropListener.js',
|
||
|
'contentAreaDropListener.manifest',
|