Skip to content

Commit c20da1b

Browse files
committed
add nacl to support input tools
1 parent a3409b1 commit c20da1b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

overlay-rpi4/make.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ USE="${USE} libcamera"
1313
USE="${USE} crosvm-wl-dmabuf crosvm-gpu crosvm-video-encoder crosvm-video-decoder crosvm-video-libvda v4l virtio_gpu"
1414
USE="${USE} -tpm tpm2_simulator tpm2 vtpm_proxy tpm2_simulator_manufacturer disable_explicit_dma_fences"
1515
USE="${USE} unibuild has_chromeos_config_bsp"
16-
USE="${USE} -nacl mosys_platform_generic selinux_experimental"
16+
USE="${USE} mosys_platform_generic selinux_experimental"
1717
USE="${USE} -diagnostics-minidiag -secagent"
1818
CHROME_DEV_FLAGS="${CHROME_DEV_FLAGS} --disable-features=CrostiniUseDlc --use-gl=egl"
1919

project-cros-pi/make.conf

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
USE="${USE} tpm_fallback"
1+
USE="${USE} tpm_fallback nacl"
22
COLLISION_IGNORE="/etc/chrome_dev.conf"
33
FEATURES="-collision-protect -collision-detect -protect-owned -sandbox -usersandbox"
4-
CHROME_DEV_FLAGS="${CHROME_DEV_FLAGS}
5-
--load-media-router-component-extension=1
4+
CHROME_DEV_FLAGS="${CHROME_DEV_FLAGS}
5+
--load-media-router-component-extension=1
66
--enable-gpu-rasterization"

0 commit comments

Comments
 (0)