diff --git a/recipes-core/images/core-image-base.bbappend b/recipes-core/images/core-image-base.bbappend index c8511f8..d13c4fd 100644 --- a/recipes-core/images/core-image-base.bbappend +++ b/recipes-core/images/core-image-base.bbappend @@ -18,6 +18,7 @@ IMAGE_INSTALL:append = "pango \ cairo \ glib-2.0 \ glibmm \ + dconf \ freetype \ fontconfig \ librsvg librsvg-gtk \ @@ -40,5 +41,5 @@ IMAGE_INSTALL:remove = " gtk+ gtk+3 adwaita-icon-theme " # wlr-randr l3afpad wlopm cairo-egl webkitgtk # add tools to toolchains -TOOLCHAIN_HOST_TASK:append = " nativesdk-glib-2.0 nativesdk-glib-2.0-codegen nativesdk-glib-2.0-utils " +TOOLCHAIN_HOST_TASK:append = " nativesdk-glib-2.0 nativesdk-glib-2.0-codegen nativesdk-glib-2.0-utils packagegroup-rust-cross-canadian-${MACHINE} " TOOLCHAIN_TARGET_TASK:append = " gobject-introspection " \ No newline at end of file