summaryrefslogtreecommitdiff
path: root/lib/ephy-flatpak-utils.c
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw@src.gnome.org>2019-12-01 15:19:30 +0800
committerMichael Catanzaro <mcatanzaro@gnome.org>2019-12-01 16:33:57 +0000
commiteaf907472d9d039341bff73b1f0f1e941b65b74f (patch)
treebc62c3e3ae98bc0aabb27234ed9bb8634cafedb7 /lib/ephy-flatpak-utils.c
parent7764325ee8fad8725223c9ebe67ce92294d2fb94 (diff)
downloadepiphany-eaf907472d9d039341bff73b1f0f1e941b65b74f.tar.gz
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.
Diffstat (limited to 'lib/ephy-flatpak-utils.c')
-rw-r--r--lib/ephy-flatpak-utils.c5
1 files changed, 5 insertions, 0 deletions
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)
{