From 5c2c49c6397e846a4c821da07e6fbe920701c9c9 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Mon, 23 Jun 2025 15:53:35 +0200 Subject: [PATCH] feat: add webkit gtk --- recipes-core/images/core-image-base.bbappend | 1 + recipes-sato/webkit/webkitgtk_%.bbapend | 1 + 2 files changed, 2 insertions(+) create mode 100644 recipes-sato/webkit/webkitgtk_%.bbapend 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