[geany/geany-plugins] 467b00: multiterm: Fix Waf build for i18n changes

Colomban Wendling git-noreply at xxxxx
Sun Oct 25 11:08:38 UTC 2015


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Tue, 30 Jun 2015 20:02:48 UTC
Commit:      467b007600146e9f388eab504bcae63d56fb7d91
             https://github.com/geany/geany-plugins/commit/467b007600146e9f388eab504bcae63d56fb7d91

Log Message:
-----------
multiterm: Fix Waf build for i18n changes


Modified Paths:
--------------
    multiterm/wscript_build

Modified: multiterm/wscript_build
2 lines changed, 2 insertions(+), 0 deletions(-)
===================================================================
@@ -47,6 +47,8 @@ def build_vala_plugin(ctx, name, sources, vapi_dirs=None, packages=None,
                      vapi_dirs = vapi_dirs,
                      use = libraries,
                      vala_defines = [ 'G_LOG_DOMAIN="%s"' % log_domain ],
+                     defines = [ 'GETTEXT_PACKAGE="%s"' % ctx.env['GETTEXT_PACKAGE'],
+                                 'LOCALEDIR="%s"' % ctx.env['LOCALEDIR'] ],
                      install_path = install_path)
 
     install_docs(ctx, plugin_name,



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list