]> git.pld-linux.org Git - packages/geary.git/commitdiff
- added meson patch (define geary-web-process module explicitly as shared; default... auto/th/geary-3.34.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 23 Nov 2019 17:52:35 +0000 (18:52 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 23 Nov 2019 17:52:35 +0000 (18:52 +0100)
geary-meson.patch [new file with mode: 0644]

diff --git a/geary-meson.patch b/geary-meson.patch
new file mode 100644 (file)
index 0000000..77b4a9c
--- /dev/null
@@ -0,0 +1,11 @@
+--- geary-3.34.1/src/meson.build.orig  2019-11-23 14:57:07.207017030 +0100
++++ geary-3.34.1/src/meson.build       2019-11-23 14:57:15.293639887 +0100
+@@ -38,7 +38,7 @@
+ )
+ # Web process extension library
+-geary_web_process = library('geary-web-process',
++geary_web_process = shared_library('geary-web-process',
+   geary_web_process_sources,
+   c_args: geary_c_options,
+   dependencies: [
This page took 0.572874 seconds and 4 git commands to generate.