Skip to content

Commit

Permalink
Include the energy monitor in the slint demos package
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Feb 6, 2024
1 parent e7692b8 commit 2a8ec5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-example/slint-demos/slint-demos_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ do_configure:append() {
do_compile() {
CURL_CA_BUNDLE=${STAGING_DIR_NATIVE}/etc/ssl/certs/ca-certificates.crt
export CURL_CA_BUNDLE
for bin in slide_puzzle printerdemo gallery opengl_texture opengl_underlay; do
for bin in slide_puzzle printerdemo gallery opengl_texture opengl_underlay energy-monitor; do
oe_cargo_build --features slint/backend-linuxkms,slint/renderer-skia -p $bin
done
}

0 comments on commit 2a8ec5d

Please sign in to comment.