diff options
author | Igor Gnatenko <ignatenko@redhat.com> | 2016-12-05 14:27:05 +0100 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-12-06 20:27:02 +0200 |
commit | c9818c02ecd9750eb9fd95ce510a31eb1d99e1f7 (patch) | |
tree | 312c55a24e11c51fa1df951d36ceaf930da6d0e4 /mesonbuild/mconf.py | |
parent | 66ed54a94e6511a72fa6a980108aea6301f6c60f (diff) | |
download | meson-c9818c02ecd9750eb9fd95ce510a31eb1d99e1f7.zip meson-c9818c02ecd9750eb9fd95ce510a31eb1d99e1f7.tar.gz meson-c9818c02ecd9750eb9fd95ce510a31eb1d99e1f7.tar.bz2 |
add builtin support for localstatedir
Reported-by: Richard Hughes <richard@hughsie.com>
Closes: https://github.com/mesonbuild/meson/issues/1142
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
Diffstat (limited to 'mesonbuild/mconf.py')
-rw-r--r-- | mesonbuild/mconf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/mconf.py b/mesonbuild/mconf.py index 4ef8d92..6061d48 100644 --- a/mesonbuild/mconf.py +++ b/mesonbuild/mconf.py @@ -174,6 +174,7 @@ class Conf: 'mandir', 'localedir', 'sysconfdir', + 'localstatedir', ]: parr.append([key, coredata.get_builtin_option_description(key), self.coredata.get_builtin_option(key), coredata.get_builtin_option_choices(key)]) |