blob: e04b562452ec56842e294e1f4e128f9c10e7ac4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-mozilla_gfx_thebes_moz.build,v 1.1 2016/01/31 23:43:48 joerg Exp $
--- mozilla/gfx/thebes/moz.build.orig 2016-01-31 21:02:29.328507813 +0000
+++ mozilla/gfx/thebes/moz.build
@@ -289,7 +289,5 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'andr
# top of the android java runtime.
DEFINES['MOZ_USING_ANDROID_JAVA_WIDGETS'] = True
-DEFINES['GRAPHITE2_STATIC'] = True
-
if CONFIG['OS_TARGET'] == 'WINNT':
DEFINES['OTS_DLL'] = True
|