meson: Avoid using relative paths to po directory
Replace the relative path to the po directory with a toplevel definition of po_dir and use that instead. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/507
This commit is contained in:

committed by
Benjamin Berg

parent
7e00d22bfa
commit
31968ea53c
@ -30,7 +30,7 @@ configure_file(
|
||||
i18n.merge_file('evolution-calendar.desktop',
|
||||
input: 'evolution-calendar.desktop.in',
|
||||
output: 'evolution-calendar.desktop',
|
||||
po_dir: '../../po',
|
||||
po_dir: po_dir,
|
||||
install: true,
|
||||
install_dir: desktopdir,
|
||||
type: 'desktop'
|
||||
|
Reference in New Issue
Block a user