Build bluez for bluetooth

This commit is contained in:
Colin Kinloch 2021-06-07 01:16:11 +01:00
parent 3000383056
commit 1e5dbfbafb

View file

@ -37,6 +37,23 @@
}
]
},
{
"name": "bluez",
"config-opts": [
"--enable-library",
"--disable-udev",
"--disable-systemd",
"--with-dbusconfdir=/app/etc",
"--with-dbussessionbusdir=/app/usr/lib/system-services"
],
"sources": [
{
"type": "archive",
"url": "https://www.kernel.org/pub/linux/bluetooth/bluez-5.58.tar.xz",
"sha256": "c8065e75a5eb67236849ef68a354b1700540305a8c88ef0a0fd6288f19daf1f1"
}
]
},
{
"name": "xdg-screensaver-shim",
"buildsystem": "meson",