File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ You'll need the following dependencies:
1212* libpantheon-wayland-1-dev (>=1.1.0)
1313* libpolkit-gobject-1-dev
1414* libpolkit-agent-1-dev
15- * meson
15+ * meson (>= 0.56.0)
1616* valac (>= 0.34.1)
1717
1818Run ` meson ` to configure the build environment and then ` ninja ` to build
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ desktop_in = configure_file(
88i18n.merge_file(
99 input : desktop_in,
1010 output : meson .project_name() + ' .desktop' ,
11- po_dir : join_paths (meson .source_root (), ' po' ),
11+ po_dir : join_paths (meson .project_source_root (), ' po' ),
1212 type : ' desktop' ,
1313 install : true ,
1414 install_dir : join_paths (get_option (' datadir' ), ' applications' )
@@ -19,7 +19,7 @@ i18n.merge_file(
1919 output : meson .project_name() + ' .metainfo.xml' ,
2020 install : true ,
2121 install_dir : get_option (' datadir' ) / ' metainfo' ,
22- po_dir : meson .source_root () / ' po' / ' extra'
22+ po_dir : meson .project_source_root () / ' po' / ' extra'
2323)
2424
2525# Daemon File
Original file line number Diff line number Diff line change 11project (
22 ' io.elementary.desktop.agent-polkit' ,
33 ' vala' , ' c' ,
4- version : ' 8.0.2'
4+ version : ' 8.0.2' ,
5+ meson_version : ' >= 0.56.0'
56)
67
78install_path = join_paths (get_option (' prefix' ), get_option (' libexecdir' ), ' policykit-1-pantheon' )
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)
Original file line number Diff line number Diff line change 11i18n.gettext (meson .project_name(),
2- args : ' --directory=' + meson .source_root (),
2+ args : ' --directory=' + meson .project_source_root (),
33 preset : ' glib'
44)
55subdir (' extra' )
You can’t perform that action at this time.
0 commit comments