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

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Maxim Cournoyer
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 2 years ago
(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
kiasoc5 wrote 2 years ago
(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.
Maxim Cournoyer wrote 1 years ago
Re: bug#59209: [PATCH core-updates] gnu: bluez: enable wiimote plugin.
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 59209-done@debbugs.gnu.org)
87r0ibeoki.fsf@gmail.com
Hi,

kiasoc5 <kiasoc5@disroot.org> writes:

Toggle quote (20 lines)
> * gnu/packages/linux.scm (bluez)[configure-flags]: Add "--enable-wiimote".
> ---
> gnu/packages/linux.scm | 1 +
> 1 file changed, 1 insertion(+)
>
> 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

Applied to core-updates.

--
Thanks,
Maxim
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 59209@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 59209
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help