From 7c804cd796ae05034b3c0f81dfd3eff8d58b9bbf Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 11 Jan 2016 16:35:30 +0100 Subject: build: add option to customize config files system path Some packagers need to install default config files to some path but automatically load system configuration files from another path. See #2704 --- waftools/generators/headers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'waftools') diff --git a/waftools/generators/headers.py b/waftools/generators/headers.py index 3c83292f7e..84f914c2c1 100644 --- a/waftools/generators/headers.py +++ b/waftools/generators/headers.py @@ -27,7 +27,7 @@ def __get_features_string__(ctx): def __add_mpv_defines__(ctx): from sys import argv ctx.define("CONFIGURATION", " ".join(argv)) - ctx.define("MPV_CONFDIR", ctx.env.CONFDIR) + ctx.define("MPV_CONFDIR", ctx.env.CONFLOADDIR) ctx.define("FULLCONFIG", __escape_c_string(__get_features_string__(ctx))) def configure(ctx): -- cgit v1.2.3