guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

42/75: gnu: bluez: enable wiimote plugin.


From: guix-commits
Subject: 42/75: gnu: bluez: enable wiimote plugin.
Date: Sun, 21 Jan 2024 13:21:47 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit d95fc2a344027281de7aaaf97dbc161002e3862a
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Sat Nov 12 02:48:25 2022 -0500

    gnu: bluez: enable wiimote plugin.
    
    * gnu/packages/linux.scm (bluez)[configure-flags]: Add "--enable-wiimote".
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/linux.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 5cfd2025f6..0ea27e3317 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5897,6 +5897,7 @@ Bluetooth audio output devices like headphones or 
loudspeakers.")
       #~(list "--sysconfdir=/etc"
               "--localstatedir=/var"
               "--enable-library"
+              "--enable-wiimote"
               "--disable-systemd"
               ;; TODO: is this needed?  Not installed by default since 5.55.
               "--enable-hid2hci"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]