summaryrefslogtreecommitdiff
path: root/recipes-graphics/wayland-app-launch/wayland-qtdemo-launch-cinematicexperience_1.0.bb
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2020-07-17 12:25:24 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2020-07-22 18:23:21 +0200
commit002d4ecd210a4b7a2ac0b836dc8a84581a72e249 (patch)
tree18da52f8a066e9d0e61bff0b87d2d0e485135632 /recipes-graphics/wayland-app-launch/wayland-qtdemo-launch-cinematicexperience_1.0.bb
parent72d12dac06bf7b06a8d25fafe0a5c9cdb644a4b3 (diff)
wayland-app-launch: add recipe for qtdemo launch
Related-to: ELB-2838 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
Diffstat (limited to 'recipes-graphics/wayland-app-launch/wayland-qtdemo-launch-cinematicexperience_1.0.bb')
-rw-r--r--recipes-graphics/wayland-app-launch/wayland-qtdemo-launch-cinematicexperience_1.0.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-graphics/wayland-app-launch/wayland-qtdemo-launch-cinematicexperience_1.0.bb b/recipes-graphics/wayland-app-launch/wayland-qtdemo-launch-cinematicexperience_1.0.bb
new file mode 100644
index 0000000..f36556b
--- /dev/null
+++ b/recipes-graphics/wayland-app-launch/wayland-qtdemo-launch-cinematicexperience_1.0.bb
@@ -0,0 +1,9 @@
+# set the following variable to your one and only application which should
+# be launched right after weston started
+
+INITIAL_APP_PKGS ?= "weston"
+INITIAL_PATH ?= ""
+APPLICATION_ENVIRONMENT ?= '\"QT_QPA_PLATFORM=wayland-egl\"'
+WAYLAND_APPLICATION ?= "/usr/share/cinematicexperience-1.0/Qt5_CinematicExperience --fullscreen"
+
+require wayland-app-launch.inc