Rebuild for v2.4.0

This commit is contained in:
Iwan Timmer
2017-06-14 20:02:50 +00:00
parent 4897338b94
commit a3e01d5c93
6 changed files with 85 additions and 36 deletions

12
debian/patches/c99.patch vendored Normal file
View File

@@ -0,0 +1,12 @@
Index: moonlight-embedded/libgamestream/CMakeLists.txt
===================================================================
--- moonlight-embedded.orig/libgamestream/CMakeLists.txt
+++ moonlight-embedded/libgamestream/CMakeLists.txt
@@ -16,6 +16,7 @@ aux_source_directory(../third_party/moon
aux_source_directory(../third_party/moonlight-common-c/reedsolomon MOONLIGHT_COMMON_SRC_LIST)
add_library(moonlight-common SHARED ${MOONLIGHT_COMMON_SRC_LIST})
+set_property(TARGET moonlight-common PROPERTY C_STANDARD 99)
add_library(gamestream SHARED ${GAMESTREAM_SRC_LIST})
set_property(TARGET gamestream PROPERTY C_STANDARD 99)