diff options
author | Markus Volk <f_l_k@t-online.de> | 2024-04-02 07:39:44 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-04-02 17:54:03 -0700 |
commit | b40b28fffd01003ef8e16721399db1eda39065ad (patch) | |
tree | 19762703892507a8a369b6584b79d2910b5782ef /meta-gnome | |
parent | 322ab7587f3dcd511a27d2134b6609ccf9d5332e (diff) | |
download | meta-openembedded-b40b28fffd01003ef8e16721399db1eda39065ad.tar.gz |
gnome-backgrounds: add runtime depenency for libjxl
Provides the jpegxl gdk-pixbuf-loader that is required for the jxl
wallpapers.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_46.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_46.0.bb b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_46.0.bb index 5d6c5d31e..d938ae94c 100644 --- a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_46.0.bb +++ b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_46.0.bb | |||
@@ -4,7 +4,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b52fb0a6df395efb7047cb6fc56bfd7e" | |||
4 | 4 | ||
5 | SECTION = "x11/gnome" | 5 | SECTION = "x11/gnome" |
6 | 6 | ||
7 | |||
8 | inherit gnomebase gettext allarch | 7 | inherit gnomebase gettext allarch |
9 | 8 | ||
10 | SRC_URI[archive.sha256sum] = "4ddd3ac439a4a067876805921bb75f4d3c8b85a218d47c276dddde8928443c2e" | 9 | SRC_URI[archive.sha256sum] = "4ddd3ac439a4a067876805921bb75f4d3c8b85a218d47c276dddde8928443c2e" |
@@ -13,3 +12,5 @@ FILES:${PN} += " \ | |||
13 | ${datadir}/backgrounds \ | 12 | ${datadir}/backgrounds \ |
14 | ${datadir}/gnome-background-properties \ | 13 | ${datadir}/gnome-background-properties \ |
15 | " | 14 | " |
15 | |||
16 | RDEPENDS:${PN} += "libjxl" | ||