blob: 9543156f262409580770df4b93859282f7c7861b (
plain)
1
2
3
4
5
6
7
8
9
|
# set the following variable to your one and only application which should
# be started
INITIAL_APP_PKGS ?= "qtbase-examples"
INITIAL_PATH ?= ""
X_APPLICATION ?= "/usr/share/examples/gui/analogclock/analogclock"
FILESEXTRAPATHS:prepend := "${THISDIR}/x-window-simple-app:"
require recipes-graphics/x-window-simple-app/x-window-simple-app.inc
|