Skip to content

Commit c3485ce

Browse files
committed
Disable browser because no aarch64 CEF
1 parent 6f526d6 commit c3485ce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CI/flatpak/com.obsproject.Studio.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,9 @@
403403
"name": "cef",
404404
"buildsystem": "cmake-ninja",
405405
"no-make-install": true,
406+
"only-arches": [
407+
"x86_64"
408+
],
406409
"make-args": [
407410
"libcef_dll_wrapper"
408411
],
@@ -434,7 +437,7 @@
434437
"config-opts": [
435438
"-DCMAKE_BUILD_TYPE=Release",
436439
"-DENABLE_WAYLAND=ON",
437-
"-DENABLE_BROWSER=ON",
440+
"-DENABLE_BROWSER=OFF",
438441
"-DCEF_ROOT_DIR=/app/cef",
439442
"-DUSE_XDG=ON",
440443
"-DENABLE_ALSA=OFF",

0 commit comments

Comments
 (0)