Merge pull request #123936 from Mindavi/libgudev/cross-compilation
libgudev: support cross-compilation by disabling introspection and vala
This commit is contained in:
commit
bacd5a971c
@ -37,6 +37,9 @@ stdenv.mkDerivation rec {
|
||||
mesonFlags = [
|
||||
# There's a dependency cycle with umockdev and the tests fail to LD_PRELOAD anyway
|
||||
"-Dtests=disabled"
|
||||
] ++ lib.optionals (stdenv.buildPlatform != stdenv.hostPlatform) [
|
||||
"-Dintrospection=disabled"
|
||||
"-Dvapi=disabled"
|
||||
];
|
||||
|
||||
passthru = {
|
||||
|
Loading…
Reference in New Issue
Block a user