diff --git a/recipes-core/images/core-image-base.bbappend b/recipes-core/images/core-image-base.bbappend index 6b54a06..10972cd 100644 --- a/recipes-core/images/core-image-base.bbappend +++ b/recipes-core/images/core-image-base.bbappend @@ -19,6 +19,7 @@ IMAGE_INSTALL:append = "pango \ librsvg librsvg-gtk \ gdk-pixbuf \ gtk4 \ + webkitgtk \ gtk4-layer-shell \ gobject-introspection \ wayland wayland-protocols \ diff --git a/recipes-sato/webkit/webkitgtk_%.bbapend b/recipes-sato/webkit/webkitgtk_%.bbapend new file mode 100644 index 0000000..a13f490 --- /dev/null +++ b/recipes-sato/webkit/webkitgtk_%.bbapend @@ -0,0 +1 @@ +PACKAGECONFIG:remove = "x11 systemd" \ No newline at end of file