]> git.pld-linux.org Git - packages/libpeas.git/blob - libpeas-tests-with-static.patch
- release 2 (by relup.sh)
[packages/libpeas.git] / libpeas-tests-with-static.patch
1 --- libpeas-1.24.0/libpeas-gtk/meson.build.orig 2019-09-10 02:41:29.000000000 +0200
2 +++ libpeas-1.24.0/libpeas-gtk/meson.build      2019-09-30 20:10:09.963943989 +0200
3 @@ -42,16 +42,6 @@
4    )
5  )
6  
7 -# Static library used for testing symbol access
8 -libpeas_gtk_test = static_library(
9 -  package_gtk_string.strip('lib'),
10 -  libpeas_gtk_c,
11 -  include_directories: rootdir,
12 -  dependencies: libpeas_gtk_deps,
13 -  c_args: libpeas_gtk_c_args,
14 -  link_args: libpeas_gtk_link_args,
15 -)
16 -
17  libpeas_gtk_sha = library(
18    package_gtk_string.strip('lib'),
19    libpeas_gtk_c,
20 @@ -105,7 +95,7 @@
21  )
22  
23  libpeas_gtk_test_dep = declare_dependency(
24 -  link_with: libpeas_gtk_test,
25 +  link_with: libpeas_gtk_sha.get_static_lib(),
26    dependencies: libpeas_gtk_deps,
27    include_directories: rootdir,
28    sources: libpeas_gtk_dep_sources,
This page took 0.061223 seconds and 3 git commands to generate.