Mozilla Thunderbird is a redesign of the Mozilla mail component. The goal is to produce a cross platform stand alone mail application using the XUL user interface language. This version uses the gtk2 toolkit.
14 lines
472 B
Text
14 lines
472 B
Text
$NetBSD: patch-mozilla_dom_base_moz.build,v 1.1 2018/12/16 08:29:48 ryoon Exp $
|
|
|
|
--- mozilla/dom/base/moz.build.orig 2017-04-14 04:53:03.000000000 +0000
|
|
+++ mozilla/dom/base/moz.build
|
|
@@ -478,6 +478,9 @@ if CONFIG['MOZ_BUILD_APP'] in ['browser'
|
|
if CONFIG['MOZ_X11']:
|
|
CXXFLAGS += CONFIG['TK_CFLAGS']
|
|
|
|
+if CONFIG['MOZ_SYSTEM_HARFBUZZ']:
|
|
+ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS']
|
|
+
|
|
GENERATED_FILES += [
|
|
'PropertyUseCounterMap.inc',
|
|
'UseCounterList.h',
|