From 3827a5d1b8803b2d0c8f19c5f59365992eb123bb Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 25 Jan 2018 19:03:33 +0100 Subject: x-window-simple-app: start a x11 application After the xserver-nodm-init started the Xserver this provides a script to start exactly one X application. Change the variables INITIAL_PATH and X_APPLICATION to the specify the current working directory when starting the application and the path to the application which is to be started. Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- .../x-window-simple-app/x-window-simple-app/set_have_touch.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes-graphics/x-window-simple-app/x-window-simple-app/set_have_touch.sh (limited to 'recipes-graphics/x-window-simple-app/x-window-simple-app/set_have_touch.sh') diff --git a/recipes-graphics/x-window-simple-app/x-window-simple-app/set_have_touch.sh b/recipes-graphics/x-window-simple-app/x-window-simple-app/set_have_touch.sh new file mode 100644 index 0000000..d4d49d5 --- /dev/null +++ b/recipes-graphics/x-window-simple-app/x-window-simple-app/set_have_touch.sh @@ -0,0 +1,2 @@ +# force have touchscreen +HAVE_TOUCHSCREEN=1 -- cgit v1.2.3