Skip to content
Snippets Groups Projects
Commit 6694ad4d authored by Erick555's avatar Erick555
Browse files

bluez: disable udev

Otherwise build fail due to non-existing udev system config dirs
which are useless in flatpak sandbox anyway.
parent 53e0a093
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,8 @@
"--disable-client",
"--disable-mesh",
"--disable-tools",
"--disable-monitor"
"--disable-monitor",
"--disable-udev"
],
"cleanup": [
"/include",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment