sway: build out dependencies

This commit is contained in:
Jeremy Soller 2025-10-30 17:51:44 -06:00
parent 35a10d52a2
commit e21fa22cc4
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -1,15 +1,40 @@
#TODO not compiled or tested
# build instructions: https://github.com/swaywm/sway#compiling-from-source
[source]
tar = "https://github.com/swaywm/sway/releases/download/1.8.1/sway-1.8.1.tar.gz"
tar = "https://github.com/swaywm/sway/releases/download/1.9/sway-1.9.tar.gz"
blake3 = "6ae892f82daedef76d26e32c64ebd09cc454ae71f416d2179a512f7764138268"
[build]
template = "meson"
dependencies = [
"wlroots",
"libwayland",
"pcre",
"json-c",
"pango",
"cairo",
"expat",
"fontconfig",
"freetype2",
"fribidi",
"gdk-pixbuf",
"glib",
"harfbuzz",
"json-c",
"libdrm",
"libffi",
"libjpeg",
"libpng",
"libpthread-stubs",
"libwayland",
"libx11",
"libxau",
"libxcb",
"libxext",
"libxft",
"libxkbcommon",
"libxrender",
"pango",
"pcre2",
"pixman",
"shared-mime-info",
"wayland-protocols",
"wlroots",
"x11proto",
"zlib",
]