diff options
-rw-r--r-- | recipes-wam/cef/cef_git.bb | 4 | ||||
-rw-r--r-- | recipes-wam/wam/files/WebAppMgr-cef.env | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/recipes-wam/cef/cef_git.bb b/recipes-wam/cef/cef_git.bb index 05d22da4a..86a0a93a8 100644 --- a/recipes-wam/cef/cef_git.bb +++ b/recipes-wam/cef/cef_git.bb @@ -56,7 +56,7 @@ OUT_PATH = "${B}/out/Release_GN_${GN_TARGET_CPU}" DIST_PATH = "${OUT_PATH}/dist/cef-minimal_${GN_TARGET_CPU}" CEF_DATA_PATH = "${datadir}/cef" -DEPENDS:append = " curl clang-native gperf-native wayland wayland-native dbus libcxx compiler-rt libxkbcommon nss nss-native atk at-spi2-atk libdrm pango cairo virtual/egl qemu-native pciutils glib-2.0 pkgconfig-native pulseaudio xz-native" +DEPENDS:append = " curl clang-native gperf-native dbus libcxx compiler-rt libxkbcommon nss nss-native atk at-spi2-atk libdrm pango cairo virtual/egl qemu-native pciutils glib-2.0 pkgconfig-native pulseaudio xz-native" do_sync[depends] += "depot-tools-wam-native:do_populate_sysroot" do_configure[depends] += "depot-tools-wam-native:do_populate_sysroot" @@ -188,7 +188,7 @@ GN_DEFINES:append = " \ ozone_platform_x11=false \ use_system_minigbm=true \ use_system_libdrm=true \ - use_system_libwayland=true \ + use_system_libwayland=false \ " GN_DEFINES:append = " \ diff --git a/recipes-wam/wam/files/WebAppMgr-cef.env b/recipes-wam/wam/files/WebAppMgr-cef.env index 2aa604c6a..557f0d482 100644 --- a/recipes-wam/wam/files/WebAppMgr-cef.env +++ b/recipes-wam/wam/files/WebAppMgr-cef.env @@ -72,11 +72,9 @@ WAM_SWITCHES="\ --ozone-platform=wayland \ --no-sandbox \ --use-viz-fmp-with-timeout=0 \ - --in-process-gpu \ --remote-debugging-port=9998 \ --webos-wam \ --agl-shell-appid=homescreen \ --disable-gpu-vsync \ --ignore-gpu-blocklist \ - --ignore-gpu-blacklist \ --allow-file-access-from-files" |