mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 14:54:20 +08:00
14 lines
332 B
TOML
14 lines
332 B
TOML
#TODO missing script for "make", see https://github.com/jordansissel/xdotool/#building--compiling
|
|
[source]
|
|
git = "https://github.com/jordansissel/xdotool"
|
|
rev = "eb489de1b4fb3fd0cd935d68ae16ecd4c653ac7d"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libx11",
|
|
"libxi",
|
|
"libxinerama",
|
|
"libxkbcommon",
|
|
"libxtst",
|
|
]
|