unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [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

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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).