36 lines
921 B
Diff
36 lines
921 B
Diff
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
|
|
|