File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11i18n.merge_file(
22 input : ' platform.appdata.xml.in' ,
33 output : ' io.elementary.Platform.appdata.xml' ,
4- po_dir : join_paths (meson .source_root (), ' po' ),
4+ po_dir : join_paths (meson .project_source_root (), ' po' ),
55 type : ' xml' ,
66 install : true ,
77 install_dir : join_paths (get_option (' datadir' ), ' metainfo' ),
@@ -10,7 +10,7 @@ i18n.merge_file(
1010i18n.merge_file(
1111 input : ' sdk.appdata.xml.in' ,
1212 output : ' io.elementary.Sdk.appdata.xml' ,
13- po_dir : join_paths (meson .source_root (), ' po' ),
13+ po_dir : join_paths (meson .project_source_root (), ' po' ),
1414 type : ' xml' ,
1515 install : true ,
1616 install_dir : join_paths (get_option (' datadir' ), ' metainfo' ),
Original file line number Diff line number Diff line change 11project (
2- ' io.elementary.Platform.Data'
2+ ' io.elementary.Platform.Data' ,
3+ meson_version : ' >= 0.56.0'
34)
45
56i18n = import (' i18n' )
Original file line number Diff line number Diff line change 11i18n.gettext (' extra' ,
2- args : ' --directory=' + meson .source_root (),
2+ args : ' --directory=' + meson .project_source_root (),
33 preset : ' glib' ,
44 install : false
55)
You can’t perform that action at this time.
0 commit comments