mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
meson: Define srcdir and builddir using meson functions
No need to redefine paths starting from top src/build dirs, as meson can give us this information for free using its functions. https://gitlab.gnome.org/GNOME/mutter/merge_requests/442
This commit is contained in:

committed by
Marco Trevisan

parent
8374be46d2
commit
63c40a9711
@ -7,7 +7,7 @@ custom_target('mutter.desktop',
|
||||
msgfmt,
|
||||
'--desktop', '--template',
|
||||
'@INPUT@',
|
||||
'-d', join_paths(top_srcdir, 'po'),
|
||||
'-d', join_paths(meson.source_root(), 'po'),
|
||||
'-o', '@OUTPUT@'
|
||||
],
|
||||
install: true,
|
||||
|
Reference in New Issue
Block a user