* [bug#59209] [PATCH core-updates] gnu: bluez: enable wiimote plugin.
@ 2022-11-12 7:48 kiasoc5 via Guix-patches via
2022-12-26 20:07 ` kiasoc5 via Guix-patches via
2024-01-20 20:29 ` bug#59209: " Maxim Cournoyer
0 siblings, 2 replies; 3+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-11-12 7:48 UTC (permalink / raw)
To: 59209; +Cc: kiasoc5
* 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
--
2.38.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#59209] [PATCH core-updates] gnu: bluez: enable wiimote plugin.
2022-11-12 7:48 [bug#59209] [PATCH core-updates] gnu: bluez: enable wiimote plugin kiasoc5 via Guix-patches via
@ 2022-12-26 20:07 ` kiasoc5 via Guix-patches via
2024-01-20 20:29 ` bug#59209: " Maxim Cournoyer
1 sibling, 0 replies; 3+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-12-26 20:07 UTC (permalink / raw)
To: 59209
Ping. I saw that bluez was updated in staging, commit
e643b05f89e564eed042c3594b400c6ae7d063b0
Hoping that the wiimote plugin can be enabled in staging too.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#59209: [PATCH core-updates] gnu: bluez: enable wiimote plugin.
2022-11-12 7:48 [bug#59209] [PATCH core-updates] gnu: bluez: enable wiimote plugin kiasoc5 via Guix-patches via
2022-12-26 20:07 ` kiasoc5 via Guix-patches via
@ 2024-01-20 20:29 ` Maxim Cournoyer
1 sibling, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2024-01-20 20:29 UTC (permalink / raw)
To: kiasoc5; +Cc: 59209-done
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.
--
Thanks,
Maxim
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-01-20 20:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-12 7:48 [bug#59209] [PATCH core-updates] gnu: bluez: enable wiimote plugin kiasoc5 via Guix-patches via
2022-12-26 20:07 ` kiasoc5 via Guix-patches via
2024-01-20 20:29 ` bug#59209: " Maxim Cournoyer
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.