Merge pull request #51 from akdev1l/master

fix: build on fedora:latest
This commit is contained in:
dokutan 2023-05-17 16:12:17 +02:00 committed by GitHub
commit 6e48ff76cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -23,6 +23,7 @@
#include <string>
#include <map>
#include <vector>
#include <cstdint>
/**
* This class holds data that is shared between the wireless mice.

View file

@ -12,7 +12,7 @@ Summary: Control Redragon gaming mice from Linux, BSD and Haiku
License: GPL v3
URL: https://github.com/dokutan/mouse_m908
BuildRequires: gcc-c++ libusb libusb-devel make
BuildRequires: gcc-c++ libusb1 libusb1-devel make
Requires: libusb
ExclusiveArch: x86_64