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
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -6085,6 +6085,7 @@ (define-public bluez
#~(list "--sysconfdir=/etc"
"--localstatedir=/var"
"--enable-library"
"--enable-wiimote"
"--disable-systemd"
;; TODO: is this needed? Not installed by default since 5.55.
"--enable-hid2hci"