~ruther/guix-local

6667139960eb68d911e99fedec3043bb49111a8d — kiasoc5 3 years ago 79af01a
gnu: bluez: enable wiimote plugin.

* gnu/packages/linux.scm (bluez)[configure-flags]: Add "--enable-wiimote".

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +1 -0
@@ 6085,6 6085,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"