Skip to content

Commit

Permalink
Merge pull request #975 from YoeDistro/cbrake/master
Browse files Browse the repository at this point in the history
set XCB to false by default
  • Loading branch information
kraj authored Oct 7, 2024
2 parents 639ad8e + 73c4082 commit 9e2c59e
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 9e2c59e

Please sign in to comment.