summarylogtreecommitdiffstats
path: root/pluginsdir.diff
diff options
context:
space:
mode:
authorQue Quotion2019-05-29 12:12:04 +0900
committerQue Quotion2019-05-29 12:12:04 +0900
commitd833ab3559650cec1c667c6f1ff3afbea59dca25 (patch)
treee4d9419e884a8c4c94a582200ac7135a90260115 /pluginsdir.diff
parent812050083dd93c7de0cc78301662b8e4eb54a939 (diff)
downloadaur-d833ab3559650cec1c667c6f1ff3afbea59dca25.tar.gz
epiphany-pantheon 3.32.2 (incomplete port to latest stable release)
Diffstat (limited to 'pluginsdir.diff')
-rw-r--r--pluginsdir.diff20
1 files changed, 0 insertions, 20 deletions
diff --git a/pluginsdir.diff b/pluginsdir.diff
deleted file mode 100644
index f1ce3311a6c8..000000000000
--- a/pluginsdir.diff
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/embed/ephy-embed-shell.c
-+++ b/embed/ephy-embed-shell.c
-@@ -671,6 +671,7 @@ ephy_embed_shell_create_web_context (EphyEmbedShell *shell)
- g_free (cache_dir);
-
- priv->web_context = webkit_web_context_new_with_website_data_manager (manager);
-+ webkit_web_context_set_additional_plugins_directory (priv->web_context, EPHY_PLUGINS_DIR);
- g_object_unref (manager);
- }
-
---- a/meson.build
-+++ a/meson.build
-@@ -17,6 +17,7 @@
- pkglibdir = join_paths(libdir, 'epiphany')
- pkglibexecdir = join_paths(libexecdir, 'epiphany')
- webextensionsdir = join_paths(pkglibdir, 'web-extensions')
-+pluginsdir = join_paths(pkglibdir, 'plugins')
-
- iso_codes = dependency('iso-codes')
- iso_codes_prefix = iso_codes.get_pkgconfig_variable('prefix')