mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-26 05:28:23 +01:00
waypaper: add socat runtime dependency
This commit is contained in:
parent
3506e42952
commit
cda4956437
@ -4,8 +4,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
|
|||||||
|
|
||||||
SRC_URI = "git://github.com/anufrievroman/waypaper.git;protocol=https;branch=main"
|
SRC_URI = "git://github.com/anufrievroman/waypaper.git;protocol=https;branch=main"
|
||||||
|
|
||||||
RDEPENDS:${PN} = "python3-pygobject python3-importlib-metadata python3-platformdirs python3-pillow python3-pathlib2 python3-screeninfo python3-imageio"
|
|
||||||
|
|
||||||
inherit python_setuptools_build_meta
|
inherit python_setuptools_build_meta
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
@ -13,3 +11,14 @@ PV = "2.4"
|
|||||||
SRCREV = "073626ca91c63cdc68b8a1d17cc77e21ac1e4c0d"
|
SRCREV = "073626ca91c63cdc68b8a1d17cc77e21ac1e4c0d"
|
||||||
|
|
||||||
FILES:${PN} += "${datadir}"
|
FILES:${PN} += "${datadir}"
|
||||||
|
|
||||||
|
RDEPENDS:${PN} = " \
|
||||||
|
python3-imageio \
|
||||||
|
python3-importlib-metadata \
|
||||||
|
python3-pathlib2 \
|
||||||
|
python3-pillow \
|
||||||
|
python3-platformdirs \
|
||||||
|
python3-pygobject \
|
||||||
|
python3-screeninfo \
|
||||||
|
socat \
|
||||||
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user