summarylogtreecommitdiffstats
path: root/2000_system_harfbuzz_support.patch
diff options
context:
space:
mode:
authorBjörn Bidar2019-01-31 15:03:52 +0100
committerBjörn Bidar2019-01-31 15:08:44 +0100
commitc586178b2221ad555be059b29770c48d389b9d2b (patch)
tree9aab34bd494ec84bd211cc03b311a2fed6d9ed8f /2000_system_harfbuzz_support.patch
parent2a02630539d271c26af536590e902cb5a687c8c8 (diff)
downloadaur-c586178b2221ad555be059b29770c48d389b9d2b.tar.gz
upkg
- new upstream release - update globalmenu patch from upstream - rebase patch for Mozilla Bug 1516803 - rebase system_harfbuzz patch - rebase system_graphite2 patch
Diffstat (limited to '2000_system_harfbuzz_support.patch')
-rw-r--r--2000_system_harfbuzz_support.patch18
1 files changed, 4 insertions, 14 deletions
diff --git a/2000_system_harfbuzz_support.patch b/2000_system_harfbuzz_support.patch
index a9a5e967f2c5..e9ec5f17ff28 100644
--- a/2000_system_harfbuzz_support.patch
+++ b/2000_system_harfbuzz_support.patch
@@ -197,26 +197,16 @@ diff --git a/netwerk/dns/moz.build b/netwerk/dns/moz.build
diff --git a/toolkit/library/moz.build b/toolkit/library/moz.build
--- a/toolkit/library/moz.build
+++ b/toolkit/library/moz.build
-@@ -233,16 +233,19 @@ if CONFIG['SERVO_TARGET_DIR']:
- OS_LIBS += ['-L%s' % CONFIG['SERVO_TARGET_DIR'], '-lgeckoservo']
-
- if CONFIG['MOZ_SYSTEM_JPEG']:
- OS_LIBS += CONFIG['MOZ_JPEG_LIBS']
-
- if CONFIG['MOZ_SYSTEM_PNG']:
- OS_LIBS += CONFIG['MOZ_PNG_LIBS']
+@@ -226,6 +226,9 @@
+ if CONFIG['MOZ_SYSTEM_WEBP']:
+ OS_LIBS += CONFIG['MOZ_WEBP_LIBS']
+if CONFIG['MOZ_SYSTEM_HARFBUZZ']:
+ OS_LIBS += CONFIG['MOZ_HARFBUZZ_LIBS']
+
if CONFIG['MOZ_SYSTEM_LIBEVENT']:
OS_LIBS += CONFIG['MOZ_LIBEVENT_LIBS']
-
- if CONFIG['MOZ_SYSTEM_LIBVPX']:
- OS_LIBS += CONFIG['MOZ_LIBVPX_LIBS']
-
- if not CONFIG['MOZ_TREE_PIXMAN']:
- OS_LIBS += CONFIG['MOZ_PIXMAN_LIBS']
+
diff --git a/toolkit/moz.configure b/toolkit/moz.configure
--- a/toolkit/moz.configure
+++ b/toolkit/moz.configure