summaryrefslogtreecommitdiff
path: root/recipes-graphics/x-window-simple-app/x-window-simple-app
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/x-window-simple-app/x-window-simple-app')
-rw-r--r--recipes-graphics/x-window-simple-app/x-window-simple-app/set_have_touch.sh2
-rw-r--r--recipes-graphics/x-window-simple-app/x-window-simple-app/x-window-manager.in6
2 files changed, 8 insertions, 0 deletions
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
diff --git a/recipes-graphics/x-window-simple-app/x-window-simple-app/x-window-manager.in b/recipes-graphics/x-window-simple-app/x-window-simple-app/x-window-manager.in
new file mode 100644
index 0000000..b3e0e8f
--- /dev/null
+++ b/recipes-graphics/x-window-simple-app/x-window-simple-app/x-window-manager.in
@@ -0,0 +1,6 @@
+RET=1
+while [ $RET -ne 0 ]; do
+ cd @PATH@
+ @APP@
+ RET=$?
+done