From 2a8ec5dd9236d40b0bfa7fffc3f99036d80351db Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 6 Feb 2024 10:56:20 +0100 Subject: [PATCH] Include the energy monitor in the slint demos package --- recipes-example/slint-demos/slint-demos_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-example/slint-demos/slint-demos_git.bb b/recipes-example/slint-demos/slint-demos_git.bb index e0f1715..0d74515 100644 --- a/recipes-example/slint-demos/slint-demos_git.bb +++ b/recipes-example/slint-demos/slint-demos_git.bb @@ -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 }