Skip to content

Commit 06fc848

Browse files
committed
Disable browser because no aarch64 CEF
1 parent db89de7 commit 06fc848

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
@@ -391,6 +391,9 @@
391391
"name": "cef",
392392
"buildsystem": "cmake-ninja",
393393
"no-make-install": true,
394+
"only-arches": [
395+
"x86_64"
396+
],
394397
"make-args": [
395398
"libcef_dll_wrapper"
396399
],
@@ -422,7 +425,7 @@
422425
"config-opts": [
423426
"-DCMAKE_BUILD_TYPE=Release",
424427
"-DENABLE_WAYLAND=ON",
425-
"-DENABLE_BROWSER=ON",
428+
"-DENABLE_BROWSER=OFF",
426429
"-DCEF_ROOT_DIR=/app/cef",
427430
"-DUSE_XDG=ON",
428431
"-DENABLE_ALSA=OFF",

0 commit comments

Comments
 (0)