gnome-control-center/gnome-control-center-42.beta-s390-resources.patch
2022-02-16 12:18:45 +00:00

33 lines
1000 B
Diff

From 21226b9973fa222104f9c178269be42323a0b1fe Mon Sep 17 00:00:00 2001
From: David King <amigadave@amigadave.com>
Date: Wed, 16 Feb 2022 11:14:12 +0000
Subject: [PATCH] common: Add gresource sources to common_sources
As the gresource source and header are generated, add them to
common_sources. Follow-up to 234d1aadb78dfea16d001569bcb71a6807598c03.
Without this, the build fails on s390 as the resources header is not
generated.
---
panels/common/meson.build | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/panels/common/meson.build b/panels/common/meson.build
index 20b9dcf16..b956f7c18 100644
--- a/panels/common/meson.build
+++ b/panels/common/meson.build
@@ -63,9 +63,10 @@ resource_data = files(
'cc-permission-infobar.ui',
)
-sources += gnome.compile_resources(
+common_sources += gnome.compile_resources(
'cc-common-resources',
'common.gresource.xml',
+ source_dir: '.',
c_name: 'cc_common',
dependencies: resource_data,
export: true
--
2.35.1