File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
3320if host_machine .system() == ' windows'
3421 desktop_file = configure_file (
3522 input : ' page.kramo.Cartridges.desktop.in' ,
8269 )
8370endif
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+
8585if host_machine .system() != ' windows'
8686 appstreamcli = find_program (' appstreamcli' , required : false )
8787 if appstreamcli.found()
You can’t perform that action at this time.
0 commit comments