[PATCH core-updates] gnu: bluez: enable wiimote plugin.

  • Open
  • quality assurance status badge
Details
One participant
  • kiasoc5
Owner
unassigned
Submitted by
kiasoc5
Severity
normal
K
K
kiasoc5 wrote on 12 Nov 2022 08:48
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
20221112074825.10369-1-kiasoc5@disroot.org
* gnu/packages/linux.scm (bluez)[configure-flags]: Add "--enable-wiimote".
---
gnu/packages/linux.scm | 1 +
1 file changed, 1 insertion(+)

Toggle diff (16 lines)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a81b8c7641..938a6f1e50 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5348,6 +5348,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"

base-commit: beb418bbf47e9faa6bdfa4af1e582fcb87c55e0d
--
2.38.1
K
K
kiasoc5 wrote on 26 Dec 2022 21:07
(address . 59209@debbugs.gnu.org)
7a87de72-427a-3cb9-0f9f-3290fdeeca0c@disroot.org
Ping. I saw that bluez was updated in staging, commit
e643b05f89e564eed042c3594b400c6ae7d063b0

Hoping that the wiimote plugin can be enabled in staging too.
?