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

[cmake] Disable linux and udev drivers on Android #88

Merged
merged 1 commit into from
Mar 3, 2017

Conversation

garbear
Copy link
Member

@garbear garbear commented Mar 2, 2017

I noticed that the Linux Joystick API driver was getting pulled in on Android

CMakeLists.txt Outdated
@@ -100,7 +100,9 @@ endif()

# --- Linux Joystick API -------------------------------------------------------

check_include_files(linux/joystick.h HAVE_LINUX_JOYSTICK_H)
if(NOT CORE_SYSTEM_NAME STREQUAL android)

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@garbear
Copy link
Member Author

garbear commented Mar 3, 2017

Updated, platform test changed to linux

@wsnipex wsnipex merged commit d45ed3f into xbmc:master Mar 3, 2017
@garbear garbear deleted the android branch March 3, 2017 19:52
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.

None yet

2 participants