summaryrefslogtreecommitdiff
path: root/recipes-graphics/wayland-app-launch/wayland-qtdemo-launch-qtsmarthome_1.0.bb
blob: b85fdf02a8fcb53d97cacddaec9e0a6366cebc34 (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 ?= "qtsmarthome qtwayland"
INITIAL_PATH ?= "/usr/share/qtsmarthome-1.0/"
APPLICATION_ENVIRONMENT ?= '\"QT_QPA_PLATFORM=wayland-egl\"'
WAYLAND_APPLICATION ?= "${INITIAL_PATH}/smarthome"

require wayland-app-launch.inc