Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Sun, 06 Oct 2013 12:15:19 UTC
Commit: fb5ad386d2e71d03841f13f84a7de4c27b02d1f9
https://github.com/geany/geany-plugins/commit/fb5ad386d2e71d03841f13f84a7de…
Log Message:
-----------
Build the generic plugin paths before configuring the plugins
This enables us to use ${GEANYPLUGINs_DATADIR} and others already in the plugins'
wscrpt_configure scripts.
Modified Paths:
--------------
wscript
Modified: wscript
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -102,6 +102,7 @@ def configure(conf):
gtk_version = conf.check_cfg(modversion='gtk+-2.0') or 'Unknown'
load_intltool_if_available(conf)
+ setup_configuration_env(conf)
# build plugin list
enabled_plugins = get_enabled_plugins(conf)
@@ -111,7 +112,6 @@ def configure(conf):
# now add the enabled_plugins to the env to remember them
conf.env.append_value('enabled_plugins', enabled_plugins)
- setup_configuration_env(conf)
setup_makefile(conf)
conf.write_config_header('config.h')
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).