diff options
| author | kiasoc5 <kiasoc5@disroot.org> | 2022-11-12 02:48:25 -0500 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:44:35 +0200 |
| commit | 6667139960eb68d911e99fedec3043bb49111a8d (patch) | |
| tree | c57fef5c38bf6acbc5cd24879dbadb8968d51f10 /gnu/packages/linux.scm | |
| parent | 79af01a4edb110e57ac7c826f244ead17eafde68 (diff) | |
gnu: bluez: enable wiimote plugin.
* gnu/packages/linux.scm (bluez)[configure-flags]: Add "--enable-wiimote".
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/packages/linux.scm')
| -rw-r--r-- | gnu/packages/linux.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 582e4ce88a6..b831a0b1238 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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" |
