mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-17 21:58:43 +00:00
ydotool: Add new package
Add ydotool, generic cli automation tool for whatever input (keyboard, mouse, etc.) Reviewed-by: Khem Raj <raj.khem@gmail.com> Reviewed-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Andre Paiusco <andre.paiusco@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
e7bf56b3f5
commit
2776bca345
@ -611,6 +611,7 @@ RDEPENDS:packagegroup-meta-oe-graphics ="\
|
||||
xcursorgen \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11 pam", "xscreensaver", "", d)} \
|
||||
yad \
|
||||
ydotool \
|
||||
parallel-deqp-runner \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "opengl", "opengl-es-cts", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "opengl vulkan", "vulkan-cts", "", d)} \
|
||||
|
||||
20
meta-oe/recipes-graphics/ydotool/ydotool_git.bb
Normal file
20
meta-oe/recipes-graphics/ydotool/ydotool_git.bb
Normal file
@ -0,0 +1,20 @@
|
||||
SUMMARY = "Generic Linux command-line automation tool (no X!)"
|
||||
DESCRIPTION = "ydotool is not limited to Wayland. You can use it on anything as long as it accepts keyboard/mouse/whatever input."
|
||||
LICENSE = "AGPL-3.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=eb1e647870add0502f8f010b19de32af"
|
||||
|
||||
PV = "1.0.4+git"
|
||||
|
||||
SRC_URI = "git://github.com/ReimuNotMoe/ydotool;protocol=https;branch=master"
|
||||
SRCREV = "0c295346d55afcc6aebaaee564333b3e1efabcbd"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake systemd
|
||||
|
||||
EXTRA_OECMAKE = "\
|
||||
-DBUILD_DOCS=OFF \
|
||||
"
|
||||
|
||||
SYSTEMD_SERVICE:${PN} = "ydotoold.service"
|
||||
SYSTEMD_AUTO_ENABLE = "disable"
|
||||
Loading…
x
Reference in New Issue
Block a user