diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-04-02 10:39:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:19:09 +0700 |
commit | b507cf77a9a39c7c331c3adf03d17ec9d31b7442 (patch) | |
tree | ea17c437aa358df3332d0bf22285902021c81ea0 /system/libratbag/README | |
parent | 5b1b8affad1a74a3c89029409452ce6d048c35bc (diff) |
system/libratbag: Added (daemon for gaming mice).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/libratbag/README')
-rw-r--r-- | system/libratbag/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/libratbag/README b/system/libratbag/README new file mode 100644 index 0000000000000..f353d20add854 --- /dev/null +++ b/system/libratbag/README @@ -0,0 +1,9 @@ +libratbag provides ratbagd, a DBus daemon to configure input devices, +mainly high-end and gaming mice. + +If Sphinx and sphinx-rtd-theme are installed, then the SlackBuild +will build HTML documentation files as well. + +This SlackBuild disables build tests by default. To enable build tests +(valgrind additionally required), pass TESTS=yes to the SlackBuild: +TESTS=yes ./libratbag.SlackBuild |