summarylogtreecommitdiffstats
path: root/2000_system_harfbuzz_support.patch
diff options
context:
space:
mode:
authorBjörn Bidar2019-09-16 11:42:15 +0200
committerBjörn Bidar2019-09-16 14:15:55 +0200
commit5f36b812497f06a1a67033521bb7de54499d6ad8 (patch)
tree84426ee455abf23cfd3323db6a6f3e5ef1425ad8 /2000_system_harfbuzz_support.patch
parentbfe81d04510a0567e63cc369e8f17f63653a0e4f (diff)
downloadaur-5f36b812497f06a1a67033521bb7de54499d6ad8.tar.gz
upkg
- new upstream release - update firefox-kde patches from openSUSE - update unity-menubar patch from ubuntu - update system grahpite2, harbuffz and av1 patch for new release - drop patches that fixes MOZILLA#1516081 as its fixed upstream (https://bugzilla.mozilla.org/show_bug.cgi?id=1516081) - drop patches that fixes MOZILLA#1516803 as its fixed upstream (https://bugzilla.mozilla.org/show_bug.cgi?id=1516803)
Diffstat (limited to '2000_system_harfbuzz_support.patch')
-rw-r--r--2000_system_harfbuzz_support.patch22
1 files changed, 16 insertions, 6 deletions
diff --git a/2000_system_harfbuzz_support.patch b/2000_system_harfbuzz_support.patch
index 8a4b11b49249..62ede0772ada 100644
--- a/2000_system_harfbuzz_support.patch
+++ b/2000_system_harfbuzz_support.patch
@@ -57,7 +57,7 @@ diff --git a/dom/base/moz.build b/dom/base/moz.build
diff --git a/gfx/moz.build b/gfx/moz.build
--- a/gfx/moz.build
+++ b/gfx/moz.build
-@@ -7,16 +7,19 @@
+@@ -7,26 +7,28 @@
with Files('**'):
BUG_COMPONENT = ('Core', 'Graphics')
with Files('wr/**'):
@@ -77,10 +77,20 @@ diff --git a/gfx/moz.build b/gfx/moz.build
'qcms',
'gl',
'layers',
+ 'graphite2/src',
+- 'harfbuzz/src',
+ 'ots/src',
+ 'thebes',
+ 'ipc',
+ 'vr',
+ 'config',
+ 'webrender_bindings',
+ ]
+
diff --git a/gfx/skia/generate_mozbuild.py b/gfx/skia/generate_mozbuild.py
--- a/gfx/skia/generate_mozbuild.py
+++ b/gfx/skia/generate_mozbuild.py
-@@ -111,16 +111,19 @@ if CONFIG['CC_TYPE'] == 'gcc':
+@@ -112,16 +112,19 @@ if CONFIG['CC_TYPE'] == 'gcc':
if CONFIG['CC_TYPE'] in ('clang', 'clang-cl'):
CXXFLAGS += [
'-Wno-implicit-fallthrough',
@@ -126,10 +136,10 @@ diff --git a/gfx/skia/moz.build b/gfx/skia/moz.build
diff --git a/gfx/thebes/moz.build b/gfx/thebes/moz.build
--- a/gfx/thebes/moz.build
+++ b/gfx/thebes/moz.build
-@@ -274,11 +274,14 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('and
+@@ -281,11 +281,14 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk3
- if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk3':
- CXXFLAGS += CONFIG['MOZ_PANGO_CFLAGS']
+ if CONFIG['MOZ_WAYLAND']:
+ CXXFLAGS += CONFIG['MOZ_WAYLAND_CFLAGS']
LOCAL_INCLUDES += CONFIG['SKIA_INCLUDES']
@@ -179,7 +189,7 @@ 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
-@@ -207,16 +207,19 @@ if CONFIG['MOZ_ANDROID_GOOGLE_VR']:
+@@ -211,16 +211,19 @@ if CONFIG['MOZ_ANDROID_GOOGLE_VR']:
OS_LIBS += [
'-L%s' % CONFIG['MOZ_ANDROID_GOOGLE_VR_LIBS'],
'-lgvr',