mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-24 11:40:17 +00:00
gimp: add librsvg-gtk to RDEPENDS
The icon themes gimp ships are SVG only. Without the gdk-pixbuf SVG loader GTK cannot load a single icon and gimp aborts at startup with "Icon 'image-missing' not present in theme Default". Images built with the GTK tooling usually carry the loader for other reasons, a Plasma image does not. Tested on a Plasma image on corei7-64, gimp starts with the loader installed. AI-Generated: Uses Claude Code (Claude Fable 5.1) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -135,7 +135,7 @@ do_install:prepend() {
|
||||
|
||||
FILES:${PN} += "${datadir}/metainfo"
|
||||
|
||||
RDEPENDS:${PN} = "mypaint-brushes glib-networking python3-pygobject python3-pycairo"
|
||||
RDEPENDS:${PN} = "mypaint-brushes glib-networking librsvg-gtk python3-pygobject python3-pycairo"
|
||||
|
||||
CVE_STATUS[CVE-2007-3741] = "not-applicable-platform: This only applies for Mandriva Linux"
|
||||
CVE_STATUS[CVE-2025-8672] = "not-applicable-config: the vulnerability only affects MacOS"
|
||||
|
||||
Reference in New Issue
Block a user