Skip to content

Commit 898af36

Browse files
authored
Merge pull request #27 from twoerner/master
chromium/chromium-wayland: update kiosk flags
2 parents 709d545 + 1d381ba commit 898af36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes-browser/chromium/chromium-browser.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ CHROMIUM_EXTRA_ARGS ?= " \
124124
${@bb.utils.contains('PACKAGECONFIG', 'use-egl', '--use-gl=egl', '', d)} \
125125
${@bb.utils.contains('PACKAGECONFIG', 'ignore-lost-context', '--gpu-no-context-lost', '', d)} \
126126
${@bb.utils.contains('PACKAGECONFIG', 'impl-side-painting', '--enable-gpu-rasterization --enable-impl-side-painting', '', d)} \
127-
${@bb.utils.contains('PACKAGECONFIG', 'kiosk-mode', '--start-fullscreen --kiosk --no-first-run', '', d)} \
127+
${@bb.utils.contains('PACKAGECONFIG', 'kiosk-mode', '--start-fullscreen --kiosk --no-first-run --incognito', '', d)} \
128128
"
129129

130130
# Some sanity checks.

0 commit comments

Comments
 (0)