mirror of https://github.com/mgba-emu/mgba.git
CMake: DISABLE_DEPS should disable Discord RPC
This commit is contained in:
parent
43e2a6ab5d
commit
98a368daad
|
@ -499,6 +499,7 @@ set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6")
|
||||||
|
|
||||||
if(DISABLE_DEPS)
|
if(DISABLE_DEPS)
|
||||||
set(USE_GDB_STUB OFF)
|
set(USE_GDB_STUB OFF)
|
||||||
|
set(USE_DISCORD_RPC OFF)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(USE_EDITLINE)
|
if(USE_EDITLINE)
|
||||||
|
|
Loading…
Reference in New Issue