File: exclude-rapidjson.patch

package info (click to toggle)
mgba 0.10.5%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 52,948 kB
  • sloc: ansic: 131,419; cpp: 26,944; python: 2,460; asm: 298; objc: 252; makefile: 148; sh: 101; xml: 36
file content (15 lines) | stat: -rw-r--r-- 1,001 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Don't install excluded res/licenses/rapidjson.txt
 The vendored RapidJSON and its license text are excluded via Files-Excluded.
 Don't try to install the removed license file.
Author: Ryan Tandy <ryan@nardis.ca>
Forwarded: not-needed
--- mgba-0.8.0+dfsg.orig/CMakeLists.txt
+++ mgba-0.8.0+dfsg/CMakeLists.txt
@@ -1011,7 +1011,6 @@ install(FILES ${CMAKE_CURRENT_SOURCE_DIR
 install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/res/licenses/inih.txt DESTINATION ${CMAKE_INSTALL_DOCDIR}/licenses COMPONENT ${BINARY_NAME})
 if(USE_DISCORD_RPC)
 	install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/res/licenses/discord-rpc.txt DESTINATION ${CMAKE_INSTALL_DOCDIR}/licenses COMPONENT ${BINARY_NAME})
-	install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/res/licenses/rapidjson.txt DESTINATION ${CMAKE_INSTALL_DOCDIR}/licenses COMPONENT ${BINARY_NAME})
 	if(WIN32)
 		install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/res/licenses/mingw-std-threads.txt DESTINATION ${CMAKE_INSTALL_DOCDIR}/licenses COMPONENT ${BINARY_NAME})
 	endif()