Files
meta-wayland/recipes-support/swww/swww_0.10.3.bb
Markus Volk 40a20223c6 swww: update
use cargo-update-recipe-crates class
2025-07-03 01:59:46 +02:00

19 lines
550 B
BlitzBasic

SUMMARY = "A Solution to your Wayland Wallpaper Woes"
HOMEPAGE = "https://github.com/LGFae/swww"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
inherit cargo pkgconfig cargo-update-recipe-crates
require ${PN}-crates.inc
DEPENDS += "lz4 wayland-protocols wayland wayland-native"
SRCREV = "44d3cdf82669c2bd7ea31cee3c158a838df1b5e4"
SRC_URI += "git://github.com/LGFae/swww.git;protocol=https;branch=main"
do_configure:prepend() {
sed -i "s|strip\ =\ true|strip\ =\ false|g" ${S}/Cargo.toml
}