add layer meta-app-framework
[AGL/meta-agl.git] / meta-app-framework / recipes-example / afb-client / files / afb-client
1 #!/bin/sh
2
3 if [ -z "${XDG_RUNTIME_DIR+1}" ]; then
4   export XDG_RUNTIME_DIR=/run/user/$UID
5 fi
6 LD_PRELOAD=/usr/lib/libEGL.so /usr/bin/qt5/qmlscene http://localhost:1234/opa /usr/share/agl/afb-viewer.qml
7