The Meson Build System http://mesonbuild.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

430 B

Prefix-dependent defaults for sysconfdir, localstatedir and sharedstatedir

These options now default in a way consistent with FHS and common usage.

If prefix is /usr, default sysconfdir to /etc, localstatedir to /var and sharedstatedir to /var/lib.

If prefix is /usr/local (the default), default localstatedir to /var/local and sharedstatedir to /var/local/lib.