forked from pool/gnome-software
- Update gnome-software-add-missing-headers.patch: add more devel headers in lib/meson.build (glgo#GNOME/gnome-software!446). - Add gnome-software-add-missing-headers.patch: add missing devel headers referenced by gnome-software.h (bsc#1174849). OBS-URL: https://build.opensuse.org/request/show/824440 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=185
24 lines
661 B
Diff
24 lines
661 B
Diff
Index: gnome-software-3.36.1/lib/meson.build
|
|
===================================================================
|
|
--- gnome-software-3.36.1.orig/lib/meson.build
|
|
+++ gnome-software-3.36.1/lib/meson.build
|
|
@@ -38,12 +38,18 @@ configure_file(
|
|
install_headers([
|
|
'gnome-software.h',
|
|
'gs-app.h',
|
|
+ 'gs-app-collation.h',
|
|
'gs-app-list.h',
|
|
+ 'gs-autocleanups.h',
|
|
'gs-category.h',
|
|
+ 'gs-ioprio.h',
|
|
'gs-metered.h',
|
|
'gs-os-release.h',
|
|
'gs-plugin.h',
|
|
'gs-plugin-event.h',
|
|
+ 'gs-plugin-job.h',
|
|
+ 'gs-plugin-loader.h',
|
|
+ 'gs-plugin-loader-sync.h',
|
|
'gs-plugin-types.h',
|
|
'gs-plugin-vfuncs.h',
|
|
'gs-utils.h'
|