aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-software/install-more-headers.patch
blob: 0961263d3b3e89eb19f65b14a623652e9c3d5517 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
From 846e2a60f56b615be6ae7e5c6a6909723e76c836 Mon Sep 17 00:00:00 2001
From: Rasmus Thomsen <oss@cogitri.dev>
Date: Fri, 17 Apr 2020 18:55:21 +0200
Subject: [PATCH] build: install more headers

These are required for building out of tree plugins
---
 lib/meson.build | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/lib/meson.build b/lib/meson.build
index 1c00d4f3..6a2e803e 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -4,12 +4,18 @@ cargs += ['-DLOCALPLUGINDIR=""']
 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'
-- 
2.26.1