diff mbox series

[bug#59209,core-updates] gnu: bluez: enable wiimote plugin.

Message ID 20221112074825.10369-1-kiasoc5@disroot.org
State New
Headers show
Series [bug#59209,core-updates] gnu: bluez: enable wiimote plugin. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/issue success View issue

Commit Message

kiasoc5 Nov. 12, 2022, 7:48 a.m. UTC
* gnu/packages/linux.scm (bluez)[configure-flags]: Add "--enable-wiimote".
---
 gnu/packages/linux.scm | 1 +
 1 file changed, 1 insertion(+)


base-commit: beb418bbf47e9faa6bdfa4af1e582fcb87c55e0d

Comments

kiasoc5 Dec. 26, 2022, 8:07 p.m. UTC | #1
Ping. I saw that bluez was updated in staging, commit 
e643b05f89e564eed042c3594b400c6ae7d063b0

Hoping that the wiimote plugin can be enabled in staging too.
Maxim Cournoyer Jan. 20, 2024, 8:29 p.m. UTC | #2
Hi,

kiasoc5 <kiasoc5@disroot.org> writes:

> * 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.
diff mbox series

Patch

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"