1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-05-23 18:52:28 -04: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 Location
TextToSpeech TextToSpeech
Svg Svg
AndroidExtras) AndroidExtras
OPTIONAL_COMPONENTS
Gamepad)
endif() endif()
else() else()
find_package(OpenGL REQUIRED) find_package(OpenGL REQUIRED)