summaryrefslogtreecommitdiffstats
path: root/meta-app-framework/recipes-example/afb-client/files/afb-client
blob: 99e6aa9684b93e1201d117b10ee9fa4786cea2fb (plain)
1
2
3
4
5
6
7
#!/bin/sh

if [ -z "${XDG_RUNTIME_DIR+1}" ]; then
  export XDG_RUNTIME_DIR=/run/user/$UID
fi
LD_PRELOAD=/usr/lib/libEGL.so /usr/bin/qt5/qmlscene http://localhost:1234/opa /usr/share/agl/afb-viewer.qml