diff --git a/recipes-core/images/core-image-base.bbappend b/recipes-core/images/core-image-base.bbappend index c149198..6b39b1a 100644 --- a/recipes-core/images/core-image-base.bbappend +++ b/recipes-core/images/core-image-base.bbappend @@ -35,4 +35,7 @@ IMAGE_INSTALL:append = "pango \ " PACKAGE_EXCLUDE = " gtk+ gtk+3 adwaita-icon-theme " IMAGE_INSTALL:remove = " gtk+ gtk+3 adwaita-icon-theme " -# wlr-randr l3afpad wlopm cairo-egl webkitgtk \ No newline at end of file +# 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 " \ No newline at end of file diff --git a/recipes-gtk/gtk-layer-shell/gtk4-layer-shell_git.bbappend b/recipes-gtk/gtk-layer-shell/gtk4-layer-shell_git.bbappend index ebf4417..078583f 100644 --- a/recipes-gtk/gtk-layer-shell/gtk4-layer-shell_git.bbappend +++ b/recipes-gtk/gtk-layer-shell/gtk4-layer-shell_git.bbappend @@ -1,4 +1,4 @@ -PV = "1.1.1" -SRCREV = "v1.1.1" +PV = "1.3.0" +SRCREV = "v1.3.0" INSANE_SKIP:${PN}-dev += "dev-elf" \ No newline at end of file