update recipes

This commit is contained in:
Ribbon 2023-12-22 02:17:25 +00:00
parent a036b5caf2
commit 085ebe7c6f
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#TODO maybe wrong template
#TODO directory error
[source]
tar = "https://www.x.org/releases/individual/lib/libX11-1.8.7.tar.xz"
[build]

View File

@ -3,3 +3,6 @@
tar = "https://www.x.org/releases/individual/lib/libXau-1.0.11.tar.xz"
[build]
template = "configure"
dependencies = [
"x11proto",
]