Skip to content

Commit

Permalink
Added support for CentOS/Fedora/RHEL
Browse files Browse the repository at this point in the history
  • Loading branch information
pmunts committed Apr 23, 2024
1 parent 7574057 commit 25bc972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index/li/libhidapi/libhidapi-external.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ maintainers-logins = ["pmunts"]
[[external]]
kind = "system"
[external.origin."case(distribution)"]
"centos|fedora|rhel" = ["hidapi-devel"]
"debian|ubuntu" = ["libhidapi-dev"]
arch = ["hidapi"]
homebrew = ["hidapi"]
Expand Down
1 change: 1 addition & 0 deletions index/li/libusb/libusb-external.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ maintainers-logins = ["pmunts"]
[[external]]
kind = "system"
[external.origin."case(distribution)"]
"centos|fedora|rhel" = ["libusb1-devel"]
"debian|ubuntu" = ["libusb-1.0-0-dev"]
arch = ["libusb"]
homebrew = ["libusb"]
Expand Down

0 comments on commit 25bc972

Please sign in to comment.