CMake: DISABLE_DEPS should disable Discord RPC

This commit is contained in:
Vicki Pfau 2019-05-01 22:01:44 -07:00
parent 43e2a6ab5d
commit 98a368daad
1 changed files with 1 additions and 0 deletions

View File

@ -499,6 +499,7 @@ set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6")
if(DISABLE_DEPS)
set(USE_GDB_STUB OFF)
set(USE_DISCORD_RPC OFF)
endif()
if(USE_EDITLINE)