Skip to content

Commit 4db8a37

Browse files
Bqleinekra-mo
authored andcommitted
data/meson.build: Correct dependencies for cartridges.gresource.xml.in.
1 parent 69a1ba0 commit 4db8a37

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

data/meson.build

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,6 @@ blueprints = custom_target(
1717
],
1818
)
1919

20-
gnome.compile_resources(
21-
'cartridges',
22-
configure_file(
23-
input: 'cartridges.gresource.xml.in',
24-
output: 'cartridges.gresource.xml',
25-
configuration: conf,
26-
),
27-
gresource_bundle: true,
28-
install: true,
29-
install_dir: pkgdatadir,
30-
dependencies: blueprints,
31-
)
32-
3320
if host_machine.system() == 'windows'
3421
desktop_file = configure_file(
3522
input: 'page.kramo.Cartridges.desktop.in',
@@ -82,6 +69,19 @@ else
8269
)
8370
endif
8471

72+
gnome.compile_resources(
73+
'cartridges',
74+
configure_file(
75+
input: 'cartridges.gresource.xml.in',
76+
output: 'cartridges.gresource.xml',
77+
configuration: conf,
78+
),
79+
gresource_bundle: true,
80+
install: true,
81+
install_dir: pkgdatadir,
82+
dependencies: [blueprints, appstream_file],
83+
)
84+
8585
if host_machine.system() != 'windows'
8686
appstreamcli = find_program('appstreamcli', required: false)
8787
if appstreamcli.found()

0 commit comments

Comments
 (0)