[gnome-shell/benzea/systemd-user-units-with-extension-warning: 7/8] meson: Avoid using relative paths to po directory



commit 3358b15cfbde081415d8a3df493f50913fe20742
Author: Benjamin Berg <bberg redhat com>
Date:   Fri Apr 26 12:33:58 2019 +0200

    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

 data/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index 72d16298d7..d789091533 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -38,7 +38,7 @@ i18n.merge_file('desktop',
     configuration: desktopconf
   ),
   output: 'gnome-shell-extension-disabled-warning.desktop',
-  po_dir: '../po',
+  po_dir: po_dir,
   install: true,
   install_dir: autostartdir,
   type: 'desktop'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]