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>
This commit is contained in:
Markus Volk
2024-04-02 07:39:44 +02:00
committed by Khem Raj
parent 322ab7587f
commit b40b28fffd
@@ -4,7 +4,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b52fb0a6df395efb7047cb6fc56bfd7e"
SECTION = "x11/gnome" SECTION = "x11/gnome"
inherit gnomebase gettext allarch inherit gnomebase gettext allarch
SRC_URI[archive.sha256sum] = "4ddd3ac439a4a067876805921bb75f4d3c8b85a218d47c276dddde8928443c2e" SRC_URI[archive.sha256sum] = "4ddd3ac439a4a067876805921bb75f4d3c8b85a218d47c276dddde8928443c2e"
@@ -13,3 +12,5 @@ FILES:${PN} += " \
${datadir}/backgrounds \ ${datadir}/backgrounds \
${datadir}/gnome-background-properties \ ${datadir}/gnome-background-properties \
" "
RDEPENDS:${PN} += "libjxl"