1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-21 23:55:13 -05:00

Add Gamepad dependency for Android

This commit is contained in:
Jon Beniston 2023-04-24 13:16:20 +01:00
parent ef76e34040
commit 4c15e28922

View File

@ -635,7 +635,9 @@ if (BUILD_GUI)
Location
TextToSpeech
Svg
AndroidExtras)
AndroidExtras
OPTIONAL_COMPONENTS
Gamepad)
endif()
else()
find_package(OpenGL REQUIRED)