]> git.pld-linux.org Git - packages/geary.git/blame - geary-meson.patch
- added meson patch (define geary-web-process module explicitly as shared; default...
[packages/geary.git] / geary-meson.patch
CommitLineData
0b5637db
JB
1--- geary-3.34.1/src/meson.build.orig 2019-11-23 14:57:07.207017030 +0100
2+++ geary-3.34.1/src/meson.build 2019-11-23 14:57:15.293639887 +0100
3@@ -38,7 +38,7 @@
4 )
5
6 # Web process extension library
7-geary_web_process = library('geary-web-process',
8+geary_web_process = shared_library('geary-web-process',
9 geary_web_process_sources,
10 c_args: geary_c_options,
11 dependencies: [
This page took 0.063466 seconds and 4 git commands to generate.