Make category for X11, move libx11 and x11proto there, add xorg-server recipe

This commit is contained in:
Jeremy Soller 2025-05-02 09:26:58 -06:00
parent 19966264dc
commit a8bf5d105b
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
[source]
git = "https://gitlab.freedesktop.org/xorg/xserver.git"
[build]
dependencies = [
"libx11",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_meson
"""