Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[gecko] Use MOZ_EMBEDLITE for embedlite integration
All random integration points should be part of this patch.
  • Loading branch information
rainemak committed Apr 17, 2020
1 parent b7967c3 commit cbdce10
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
29 changes: 29 additions & 0 deletions rpm/0024-gecko-Use-MOZ_EMBEDLITE-for-embedlite-integration.patch
@@ -0,0 +1,29 @@
From 80d8888754e71f54383816ecb8378743462ab048 Mon Sep 17 00:00:00 2001
From: Raine Makelainen <raine.makelainen@jolla.com>
Date: Fri, 17 Apr 2020 20:58:40 +0300
Subject: [PATCH 1/2] [gecko] Use MOZ_EMBEDLITE for embedlite integration

All random integration points should be part of this patch.

Signed-off-by: Raine Makelainen <raine.makelainen@jolla.com>
---
gfx/thebes/gfxPlatform.cpp | 2 ++
1 file changed, 2 insertions(+)

diff --git a/gfx/thebes/gfxPlatform.cpp b/gfx/thebes/gfxPlatform.cpp
index a8d1f2c01ecb..be7108df312a 100644
--- a/gfx/thebes/gfxPlatform.cpp
+++ b/gfx/thebes/gfxPlatform.cpp
@@ -83,7 +83,9 @@
#include "qcms.h"

#include "imgITools.h"
+#if defined(MOZ_EMBEDLITE)
#include "mozilla/embedlite/EmbedLiteAppProcessParent.h"
+#endif

#include "plstr.h"
#include "nsCRT.h"
--
2.25.2

1 change: 1 addition & 0 deletions rpm/xulrunner-qt5.spec
Expand Up @@ -66,6 +66,7 @@ Patch20: 0020-Handle-temporary-directory-similarly-as-in-MacOSX.patch
Patch21: 0021-Disable-loading-extensions-and-assume-memory-constra.patch
Patch22: 0022-Enable-gstreamer-pipeline-debug-graph-generati.patch
Patch23: 0023-media-Require-interleaved-audio-layout-Fixes-JB49532.patch
Patch24: 0024-gecko-Use-MOZ_EMBEDLITE-for-embedlite-integration.patch

BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: pkgconfig(Qt5Network)
Expand Down

0 comments on commit cbdce10

Please sign in to comment.