mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01: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:
parent
79af01a4ed
commit
6667139960
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue