all repos — mgba @ 98a368daadf32aa8287ee6c7c2ada113d9afe524

mGBA Game Boy Advance Emulator

CMake: DISABLE_DEPS should disable Discord RPC
Vicki Pfau vi@endrift.com
Wed, 01 May 2019 22:01:44 -0700
commit

98a368daadf32aa8287ee6c7c2ada113d9afe524

parent

43e2a6ab5d32d1a1165bc37699bcf9dfc6e1992e

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M CMakeLists.txtCMakeLists.txt

@@ -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)