6e95e654f9
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 tracks 31 ESR.
26 lines
575 B
Text
26 lines
575 B
Text
$NetBSD: patch-mozilla_gfx_moz.build,v 1.1 2015/07/13 17:49:26 ryoon Exp $
|
|
|
|
--- mozilla/gfx/moz.build.orig 2014-07-18 00:05:20.000000000 +0000
|
|
+++ mozilla/gfx/moz.build
|
|
@@ -7,6 +7,12 @@
|
|
if CONFIG['MOZ_TREE_CAIRO']:
|
|
DIRS += ['cairo']
|
|
|
|
+if not CONFIG['MOZ_NATIVE_GRAPHITE2']:
|
|
+ DIRS += ['graphite2/src' ]
|
|
+
|
|
+if not CONFIG['MOZ_NATIVE_HARFBUZZ']:
|
|
+ DIRS += ['harfbuzz/src']
|
|
+
|
|
DIRS += [
|
|
'2d',
|
|
'ycbcr',
|
|
@@ -15,8 +21,6 @@ DIRS += [
|
|
'qcms',
|
|
'gl',
|
|
'layers',
|
|
- 'graphite2/src',
|
|
- 'harfbuzz/src',
|
|
'ots/src',
|
|
'thebes',
|
|
'ipc',
|