diff options
Diffstat (limited to 'libre/epiphany/pluginsdir.diff')
-rw-r--r-- | libre/epiphany/pluginsdir.diff | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/libre/epiphany/pluginsdir.diff b/libre/epiphany/pluginsdir.diff index 64c091d45..f2b0bb03f 100644 --- a/libre/epiphany/pluginsdir.diff +++ b/libre/epiphany/pluginsdir.diff @@ -8,13 +8,13 @@ g_object_unref (manager); } ---- a/embed/Makefile.am.orig 2017-04-08 12:22:50.192861523 +0000 -+++ b/embed/Makefile.am 2017-04-08 12:23:13.926290709 +0000 -@@ -61,6 +61,7 @@ - -I$(top_srcdir)/lib/widgets \ - -I$(top_srcdir)/libgd \ - -DPKGDATADIR=\"$(pkgdatadir)\" \ -+ -DEPHY_PLUGINS_DIR=\""$(libdir)/epiphany/plugins"\" \ - -DEPHY_WEB_EXTENSIONS_DIR=\"$(pkglibdir)/web-extensions\" \ - $(GDK_CFLAGS) \ - $(GIO_CFLAGS) \ +--- a/meson.build 2017-09-18 11:49:28.745287692 +0000 ++++ b/meson.build 2017-09-18 11:52:53.432417200 +0000 +@@ -25,6 +25,7 @@ + conf.set_quoted('BUILD_ROOT', meson.build_root()) + conf.set_quoted('DISTRIBUTOR_NAME', get_option('distributor_name')) + conf.set_quoted('EPHY_WEB_EXTENSIONS_DIR', webextensionsdir) ++conf.set_quoted('EPHY_PLUGINS_DIR', join_paths(pkglibdir, 'plugins')) + conf.set_quoted('GETTEXT_PACKAGE', meson.project_name()) + conf.set_quoted('ISO_CODES_PREFIX', iso_codes_prefix) + conf.set_quoted('LOCALEDIR', localedir) |