dbus: update and enable X11 autolaunch

This commit is contained in:
Jeremy Soller 2025-10-29 17:41:47 -06:00
parent 0071e08052
commit adbb032780
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -1,9 +1,19 @@
#TODO missing Unix domain sockets support
#TODO compilation error
[source]
tar = "https://dbus.freedesktop.org/releases/dbus/dbus-1.14.10.tar.xz"
tar = "https://dbus.freedesktop.org/releases/dbus/dbus-1.16.2.tar.xz"
blake3 = "b1d1f22858a8f04665e5dca29d194f892620f00fd3e3f4e89dd208e78868436e"
[build]
template = "configure"
dependencies = [
"expat",
"libpthread-stubs",
"libx11",
"libxau",
"libxcb",
"x11proto",
]
template = "meson"
mesonflags = [
#TODO: why does this require Linux?
"-Depoll=disabled",
"-Dx11_autolaunch=enabled",
]