Skip to content

Commit

Permalink
set XCB to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrake committed Oct 7, 2024
1 parent 639ad8e commit 73c4082
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ DISPLAY_CARD ?= "/dev/dri/card0"
# Define it via a knob which can be set from config file e.g. local.conf
YOE_KIOSK_BROWSER_SYSTEMD_UNIT ?= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'yoe-kiosk-browser-wayland.service', 'yoe-kiosk-browser-eglfs.service', d)}"

YOE_KIOSK_BROWSER_XCB = "1"
YOE_KIOSK_BROWSER_XCB = "0"

do_install:append() {
echo "Browser URL: ${YOE_KIOSK_BROWSER_URL}"
Expand Down

0 comments on commit 73c4082

Please sign in to comment.