summaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-demo/50_local.conf.inc
blob: 6d1ce9fa9249bde48017766a9fb9bd5f4875f053 (plain)
1
2
3
4
5
6
7
8
9
10
11
EXTRA_IMAGE_FEATURES =+ "debug-tweaks"

DISTRO_FEATURES_append = " AGL_WEBRUNTIME "

# Add webkit as workaround as webengine is broken right now
IMAGE_INSTALL_append = " qtwebkit qtwebkit-examples-examples"
#IMAGE_INSTALL_append = " qtsmarthome cinematicexperience qt5everywheredemo qt5-demo-extrafiles"
#IMAGE_INSTALL_append = " qtwebengine-examples"

# add support for websocket in Qt and QML
IMAGE_INSTALL_append = " qtwebsockets qtwebsockets-qmlplugins"