summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2022-02-16 11:14:12 +0000
committerDavid King <amigadave@amigadave.com>2022-02-16 12:09:51 +0000
commit21226b9973fa222104f9c178269be42323a0b1fe (patch)
tree55e04311667dbeb050a611547bcc4b02fc935238
parent26578110f34557d2d73e52cc3a64fffd15616fd7 (diff)
downloadgnome-control-center-wip/davidk/meson-source_dir.tar.gz
common: Add gresource sources to common_sourceswip/davidk/meson-source_dir
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.
-rw-r--r--panels/common/meson.build3
1 files changed, 2 insertions, 1 deletions
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