Disable UPnP on Android. (Sorry :()

This commit is contained in:
John Chadwick 2013-07-09 18:19:56 -04:00
parent 16cd26d177
commit 44db305602

View file

@ -299,6 +299,7 @@ if(ANDROID)
add_definitions(-DANDROID)
set(USE_X11 0)
set(USE_WAYLAND 0)
set(USE_UPNP 0)
endif()
########################################
# Dependency checking