diff options
author | Martin Stransky <stransky@redhat.com> | 2018-06-19 22:35:02 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-06-19 22:35:02 +0200 |
commit | 0071462633fa759cedab767357b26d4ee6ae17d0 (patch) | |
tree | 9b3b0a252c9d7c19c6c9f343d3f670747ba95295 /mozilla-1460603.patch | |
parent | Updated to 61.0, Created firefox-wayland subpackage with wayland launcher (diff) | |
download | librewolf-fedora-ff-0071462633fa759cedab767357b26d4ee6ae17d0.tar.gz librewolf-fedora-ff-0071462633fa759cedab767357b26d4ee6ae17d0.tar.bz2 librewolf-fedora-ff-0071462633fa759cedab767357b26d4ee6ae17d0.zip |
Build fixes
Diffstat (limited to 'mozilla-1460603.patch')
-rw-r--r-- | mozilla-1460603.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mozilla-1460603.patch b/mozilla-1460603.patch index 3e705b5..62d13a5 100644 --- a/mozilla-1460603.patch +++ b/mozilla-1460603.patch @@ -31,7 +31,7 @@ diff -up firefox-60.0.1/gfx/gl/GLLibraryEGL.cpp.mozilla-1460603 firefox-60.0.1/g + nativeDisplay = sGdkWaylandDisplayGetWlDisplay(gdkDisplay); + if (!nativeDisplay) { + NS_WARNING("Failed to get wl_display."); -+ return false; ++ return nullptr; + } + } +#endif |