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

usb: make usb optional at buildtime #163

Merged
merged 1 commit into from
Jul 23, 2023
Merged

usb: make usb optional at buildtime #163

merged 1 commit into from
Jul 23, 2023

Conversation

grafin
Copy link
Member

@grafin grafin commented Jul 22, 2023

USB was enabled by default on Linux, and disabled for other OS. Lets make it cmake option (NM_WITH_USB).
That way we can build nemu on Linux without requiring udev/libusb.

Closes #162

USB was enabled by default on Linux, and disabled for other OS. Lets
make it cmake option (NM_WITH_USB). That way we can build nemu on Linux
without requiring udev/libusb.

Closes #162
Copy link
Member

@0x501D 0x501D left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@0x501D 0x501D merged commit 3ad566c into master Jul 23, 2023
8 checks passed
@grafin grafin deleted the grafin/usb-option branch July 23, 2023 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is libudev really required?
2 participants