Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disable UPnP on Android. (Sorry :()
  • Loading branch information
jchv committed Jul 9, 2013
1 parent 16cd26d commit 44db305
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -299,6 +299,7 @@ if(ANDROID)
add_definitions(-DANDROID)
set(USE_X11 0)
set(USE_WAYLAND 0)
set(USE_UPNP 0)
endif()
########################################
# Dependency checking
Expand Down

0 comments on commit 44db305

Please sign in to comment.