summaryrefslogtreecommitdiff
path: root/waterfox-g/debian/patches/fix-wayland-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'waterfox-g/debian/patches/fix-wayland-build.patch')
-rw-r--r--waterfox-g/debian/patches/fix-wayland-build.patch4
1 files changed, 3 insertions, 1 deletions
diff --git a/waterfox-g/debian/patches/fix-wayland-build.patch b/waterfox-g/debian/patches/fix-wayland-build.patch
index 703b1a8..f0309fa 100644
--- a/waterfox-g/debian/patches/fix-wayland-build.patch
+++ b/waterfox-g/debian/patches/fix-wayland-build.patch
@@ -6,9 +6,11 @@ Description: Fix FTBFS on bionic. Compiler errors:
Author: Rico Tzschichholz <ricotz@ubuntu.com>
+diff --git a/widget/gtk/WaylandBuffer.cpp b/widget/gtk/WaylandBuffer.cpp
+index f3fc4093623f..78d213d5d302 100644
--- a/widget/gtk/WaylandBuffer.cpp
+++ b/widget/gtk/WaylandBuffer.cpp
-@@ -258,7 +258,7 @@
+@@ -197,7 +197,7 @@ void WaylandBufferSHM::DumpToFile(const char* aHint) {
/* static */
RefPtr<WaylandBufferDMABUF> WaylandBufferDMABUF::Create(
bgstack15