summaryrefslogtreecommitdiff
path: root/recipes-graphics/wayland-app-launch/wayland-qtdemo-launch-analogclock_1.0.bb
blob: d11611e7dfd1f89bc9e72497e147b2421ef55eb7 (plain)
1
2
3
4
5
6
7
8
9
# set the following variable to your one and only application which should
# be launched right after weston started

INITIAL_APP_PKGS ?= "qtbase-examples qtwayland"
INITIAL_PATH ?= ""
APPLICATION_ENVIRONMENT ?= '\"QT_QPA_PLATFORM=wayland-egl\"'
WAYLAND_APPLICATION ?= "/usr/share/examples/gui/analogclock/analogclock"

require wayland-app-launch.inc