connectcore-demo-example: webglsamples: set aquarium options
Set the options to false, so user can enable it and see the effect and how it loads the performance. Just starting with those options ON leads to a loaded system and the first impression is too bad. Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
parent
27eb14c65f
commit
e68316d382
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2020-2022 Digi International.
|
# Copyright (C) 2020-2023 Digi International.
|
||||||
|
|
||||||
SUMMARY = "A collection of WebGL samples"
|
SUMMARY = "A collection of WebGL samples"
|
||||||
DESCRIPTION = "This repo contains several examples of the WebGL JavaScript API, which allows web browsers to render 2D and 3D graphics with direct access to the system's GPU."
|
DESCRIPTION = "This repo contains several examples of the WebGL JavaScript API, which allows web browsers to render 2D and 3D graphics with direct access to the system's GPU."
|
||||||
|
|
@ -63,6 +63,8 @@ do_install() {
|
||||||
find ${sample} -path *source_assets* -prune -false -o -type f \
|
find ${sample} -path *source_assets* -prune -false -o -type f \
|
||||||
-exec install -Dm 644 "{}" "${D}/${WEBSERVER_ROOT}/{}" \;
|
-exec install -Dm 644 "{}" "${D}/${WEBSERVER_ROOT}/{}" \;
|
||||||
done
|
done
|
||||||
|
# Disable the aquarium options by default
|
||||||
|
sed -i 's/enabled: true/enabled: false/g' ${D}/${WEBSERVER_ROOT}/aquarium/aquarium-common.js
|
||||||
}
|
}
|
||||||
|
|
||||||
# All packages involved in the webkit examples install their files in the
|
# All packages involved in the webkit examples install their files in the
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue