mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Make category for X11, move libx11 and x11proto there, add xorg-server recipe
This commit is contained in:
parent
19966264dc
commit
a8bf5d105b
12
recipes/wip/x11/xorg-server/recipe.toml
Normal file
12
recipes/wip/x11/xorg-server/recipe.toml
Normal file
@ -0,0 +1,12 @@
|
||||
[source]
|
||||
git = "https://gitlab.freedesktop.org/xorg/xserver.git"
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"libx11",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_meson
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user