Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac build fixes #100

Merged
merged 4 commits into from
Apr 16, 2024
Merged

Mac build fixes #100

merged 4 commits into from
Apr 16, 2024

Commits on Apr 10, 2024

  1. hidapi/mac/hid.c: fix compilation error

    casting is required due strict clang checks
    
    Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
    norberttak committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    023ebe4 View commit details
    Browse the repository at this point in the history
  2. build: fix build on macOS

    macOS is a UNIX system, but the libudev does not exists on this
    platform
    
    Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
    norberttak committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b2ac340 View commit details
    Browse the repository at this point in the history
  3. build/macOS: implement linking on macOS platform

    AppKit, CoreFoundation and IOKit bundle is the alternative for udev on
    macOS.
    
    Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
    norberttak committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a805945 View commit details
    Browse the repository at this point in the history
  4. README.md: add dependencies to documentation

    Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
    norberttak committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    ad3bc05 View commit details
    Browse the repository at this point in the history