Merge pull request #111282 from r-burns/libdrm-cross
libdrm: fix cross-compile to x86
This commit is contained in:
commit
b12abe690d
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||||
] ++ lib.optionals (stdenv.isAarch32 || stdenv.isAarch64) [
|
] ++ lib.optionals (stdenv.isAarch32 || stdenv.isAarch64) [
|
||||||
"-Dtegra=true"
|
"-Dtegra=true"
|
||||||
"-Detnaviv=true"
|
"-Detnaviv=true"
|
||||||
] ++ lib.optional (stdenv.hostPlatform != stdenv.buildPlatform) "-Dintel=false";
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://gitlab.freedesktop.org/mesa/drm";
|
homepage = "https://gitlab.freedesktop.org/mesa/drm";
|
||||||
|
|
Loading…
Reference in New Issue