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

InputCommon/CMakeLists: Include evdev and udev includes on a by-target basis #6625

Merged
merged 2 commits into from Apr 13, 2018

Conversation

lioncash
Copy link
Member

@lioncash lioncash commented Apr 10, 2018

Keeps the scope of the evdev and udev dependencies to where they're needed.

…t basis

Avoids including the evdev/udev includes in the top-level directory
These libraries aren't directly used outside of InputCommon
@@ -74,10 +74,17 @@ else()
endif()

if(LIBEVDEV_FOUND AND LIBUDEV_FOUND)

This comment was marked as off-topic.

This comment was marked as off-topic.

@degasus
Copy link
Member

degasus commented Apr 13, 2018

else LGTM

@leoetlino leoetlino merged commit b1bbd8a into dolphin-emu:master Apr 13, 2018
@lioncash lioncash deleted the evdev-udev branch April 13, 2018 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants