[epiphany/wip/lantw/build-Fix-build-on-non-Linux-systems: 3/3] build: Fix build on non-Linux systems
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/lantw/build-Fix-build-on-non-Linux-systems: 3/3] build: Fix build on non-Linux systems
- Date: Sun, 1 Dec 2019 16:34:16 +0000 (UTC)
commit eaf907472d9d039341bff73b1f0f1e941b65b74f
Author: Ting-Wei Lan <lantw src gnome org>
Date: Sun Dec 1 15:19:30 2019 +0800
build: Fix build on non-Linux systems
Function ephy_flatpak_utils_set_is_web_process_extension is called
unconditionally, so it should exist regardless of the OS.
lib/ephy-flatpak-utils.c | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/lib/ephy-flatpak-utils.c b/lib/ephy-flatpak-utils.c
index 5407e43d9..a344bddf8 100644
--- a/lib/ephy-flatpak-utils.c
+++ b/lib/ephy-flatpak-utils.c
@@ -263,6 +263,11 @@ ephy_open_file_via_flatpak_portal_finish (GAsyncResult *result,
#else /* __linux__ */
+void
+ephy_flatpak_utils_set_is_web_process_extension (void)
+{
+}
+
gboolean
ephy_is_running_inside_flatpak (void)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]