]> git.ipfire.org Git - thirdparty/kmod.git/commit
meson: align default distconfdir with autotools
authorEmil Velikov <emil.l.velikov@gmail.com>
Wed, 30 Oct 2024 17:00:28 +0000 (17:00 +0000)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 1 Nov 2024 15:33:37 +0000 (10:33 -0500)
commitd5c7452c29557a1718993ac7740d93326e83266e
tree2dfa32ba8ae9a7acb447f51986f8052c4e4a77cb
parent6e10fd50dc02d25c0ca34c372f170a558f2e360a
meson: align default distconfdir with autotools

Autotools uses $prefix/lib as the default for distconfdir, while meson
$libdir - which is not guaranteed to be the same.

In particular: Debian and derivatives use /usr/lib/$target-triplet as a
$libdir, while still keep the configuration directory as /usr/lib.

Fixes: 370141c1 ("meson: introduce meson, covering libkmod.so")
Reported-by: Marco d'Itri <md@linux.it>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/216
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
meson.build