gtk4: build media-gstreamer on aarch64-darwin
This commit is contained in:
parent
4ff7d99a6a
commit
8bbb9ca13d
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ stdenv.mkDerivation rec {
|
||||||
"-Dvulkan=enabled"
|
"-Dvulkan=enabled"
|
||||||
] ++ lib.optionals (!cupsSupport) [
|
] ++ lib.optionals (!cupsSupport) [
|
||||||
"-Dprint-cups=disabled"
|
"-Dprint-cups=disabled"
|
||||||
] ++ lib.optionals stdenv.isDarwin [
|
] ++ lib.optionals (stdenv.isDarwin && !stdenv.isAarch64) [
|
||||||
"-Dmedia-gstreamer=disabled" # requires gstreamer-gl
|
"-Dmedia-gstreamer=disabled" # requires gstreamer-gl
|
||||||
] ++ lib.optionals (!x11Support) [
|
] ++ lib.optionals (!x11Support) [
|
||||||
"-Dx11-backend=false"
|
"-Dx11-backend=false"
|
||||||
|
|
Loading…
Reference in a new issue