Merge pull request #134705 from Mindavi/gstreamer-base/cross
gstreamer-base: support cross-compilation
This commit is contained in:
@@ -107,6 +107,7 @@ stdenv.mkDerivation rec {
|
||||
"-Dgl_winsys=${lib.concatStringsSep "," (lib.optional enableX11 "x11" ++ lib.optional enableWayland "wayland" ++ lib.optional enableCocoa "cocoa")}"
|
||||
] ++ lib.optionals (stdenv.buildPlatform != stdenv.hostPlatform) [
|
||||
"-Dintrospection=disabled"
|
||||
"-Dtests=disabled"
|
||||
]
|
||||
++ lib.optional (!enableX11) "-Dx11=disabled"
|
||||
# TODO How to disable Wayland?
|
||||
|
||||
Reference in New Issue
Block a user