1
0
gnome-software/gnome-software-no-static-lib.patch

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',