Merge pull request #280102 from raphaelr/fix/obs-studio-aarch64
obs-studio: Disable x86_64 only features on aarch64
This commit is contained in:
@@ -139,6 +139,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"-DBUILD_BROWSER=ON"
|
||||
"-DCEF_ROOT_DIR=../../cef"
|
||||
"-DENABLE_JACK=ON"
|
||||
(lib.cmakeBool "ENABLE_QSV11" stdenv.hostPlatform.isx86_64)
|
||||
];
|
||||
|
||||
dontWrapGApps = true;
|
||||
|
||||
Reference in New Issue
Block a user