forked from pool/gnome-software
update to 3.38.1 - TW should be ready OBS-URL: https://build.opensuse.org/request/show/842922 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=187
16 lines
472 B
Diff
16 lines
472 B
Diff
Index: gnome-software-3.37.92/lib/meson.build
|
|
===================================================================
|
|
--- gnome-software-3.37.92.orig/lib/meson.build
|
|
+++ gnome-software-3.37.92/lib/meson.build
|
|
@@ -45,8 +45,8 @@ if get_option('polkit')
|
|
librarydeps += polkit
|
|
endif
|
|
|
|
-libgnomesoftware = static_library(
|
|
- 'gnomesoftware',
|
|
+libgnomesoftware = shared_library(
|
|
+ 'gnomesoftware-'+meson.project_version(),
|
|
sources : [
|
|
'gs-app.c',
|
|
'gs-app-list.c',
|