Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 24 Jun 2012 11:22:45 Commit: e64a38a4f048925bcfb42680e185ec837d323a85 https://github.com/geany/geany-plugins/commit/e64a38a4f048925bcfb42680e185ec...
Log Message: ----------- Define INCLUDEDIR and DATAROOTDIR as they are used by Vala
Modified Paths: -------------- wscript
Modified: wscript 3 files changed, 3 insertions(+), 0 deletions(-) =================================================================== @@ -176,6 +176,9 @@ def setup_configuration_env(conf): # common pkgdatadir = os.path.join(conf.env['GEANYPLUGINS_DATADIR'], 'geany-plugins') pkglibdir = os.path.join(conf.env['LIBDIR'], 'geany-plugins') + pkgincludedir = os.path.join(conf.env['G_PREFIX'], 'include') + add_to_env_and_define(conf, 'INCLUDEDIR', pkgincludedir, quote=True) + add_to_env_and_define(conf, 'DATAROOTDIR', conf.env['GEANYPLUGINS_DATADIR'], quote=True) add_to_env_and_define(conf, 'PKGDATADIR', pkgdatadir, quote=True) add_to_env_and_define(conf, 'PKGLIBDIR', pkglibdir, quote=True) add_to_env_and_define(conf, 'VERSION', VERSION, quote=True)
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).