mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-12 22:14:30 +02:00
19 lines
550 B
BlitzBasic
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
|
|
}
|