1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 13:31:16 +02:00

gnu: bluez: enable wiimote plugin.

* gnu/packages/linux.scm (bluez)[configure-flags]: Add "--enable-wiimote".

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
kiasoc5
2022-11-12 02:48:25 -05:00
committed by Ludovic Courtès
parent 79af01a4ed
commit 6667139960

View File

@@ -6085,6 +6085,7 @@ Bluetooth audio output devices like headphones or loudspeakers.")
#~(list "--sysconfdir=/etc"
"--localstatedir=/var"
"--enable-library"
"--enable-wiimote"
"--disable-systemd"
;; TODO: is this needed? Not installed by default since 5.55.
"--enable-hid2hci"