mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +00:00
CITRA: moved rapidjson out of CEMU as its a common dependency
This commit is contained in:
parent
2cd7fc317e
commit
bf1b46cfe7
|
@ -241,7 +241,7 @@ modules:
|
||||||
url-template: https://github.com/KhronosGroup/glslang/archive/$version.tar.gz
|
url-template: https://github.com/KhronosGroup/glslang/archive/$version.tar.gz
|
||||||
|
|
||||||
# enables motion controls on non-wii controllers (switch, ps4, etc)
|
# enables motion controls on non-wii controllers (switch, ps4, etc)
|
||||||
# deèendency of: DOLPHIN, RPCS3
|
# dependency of: DOLPHIN, RPCS3
|
||||||
# TODO: requires a udev rule enabling Motion Sensors access
|
# TODO: requires a udev rule enabling Motion Sensors access
|
||||||
- name: libevdev
|
- name: libevdev
|
||||||
buildsystem: meson
|
buildsystem: meson
|
||||||
|
@ -257,6 +257,29 @@ modules:
|
||||||
project-id: 20540
|
project-id: 20540
|
||||||
stable-only: true
|
stable-only: true
|
||||||
url-template: https://www.freedesktop.org/software/libevdev/libevdev-$version.tar.xz
|
url-template: https://www.freedesktop.org/software/libevdev/libevdev-$version.tar.xz
|
||||||
|
|
||||||
|
# dependency of: CITRA, CEMU
|
||||||
|
- name: rapidjson
|
||||||
|
buildsystem: cmake-ninja
|
||||||
|
config-opts:
|
||||||
|
- -DRAPIDJSON_BUILD_DOC=OFF
|
||||||
|
- -DRAPIDJSON_BUILD_EXAMPLES=OFF
|
||||||
|
- -DRAPIDJSON_BUILD_TESTS=OFF
|
||||||
|
- -DRAPIDJSON_BUILD_THIRDPARTY_GTEST=OFF
|
||||||
|
cleanup:
|
||||||
|
- /include
|
||||||
|
- /lib/cmake
|
||||||
|
- /lib/pkgconfig
|
||||||
|
- /share/doc
|
||||||
|
sources:
|
||||||
|
- type: archive
|
||||||
|
url: https://github.com/Tencent/rapidjson/archive/refs/tags/v1.1.0.tar.gz
|
||||||
|
sha256: bf7ced29704a1e696fbccf2a2b4ea068e7774fa37f6d7dd4039d0787f8bed98e
|
||||||
|
x-checker-data:
|
||||||
|
type: anitya
|
||||||
|
project-id: 7422
|
||||||
|
stable-only: true
|
||||||
|
url-template: https://github.com/Tencent/rapidjson/archive/refs/tags/v$version.tar.gz
|
||||||
|
|
||||||
# dependency of: CEMU, RPCS3
|
# dependency of: CEMU, RPCS3
|
||||||
- rd-submodules/shared-modules/glew/glew.json
|
- rd-submodules/shared-modules/glew/glew.json
|
||||||
|
@ -680,8 +703,6 @@ modules:
|
||||||
- type: file
|
- type: file
|
||||||
path: rd-submodules/citra/citra-launcher.sh
|
path: rd-submodules/citra/citra-launcher.sh
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# CITRA - END
|
# CITRA - END
|
||||||
|
|
||||||
# PCSX2 - START
|
# PCSX2 - START
|
||||||
|
@ -1042,28 +1063,6 @@ modules:
|
||||||
project-id: 10649
|
project-id: 10649
|
||||||
url-template: https://libzip.org/download/libzip-$version.tar.xz
|
url-template: https://libzip.org/download/libzip-$version.tar.xz
|
||||||
|
|
||||||
- name: rapidjson
|
|
||||||
buildsystem: cmake-ninja
|
|
||||||
config-opts:
|
|
||||||
- -DRAPIDJSON_BUILD_DOC=OFF
|
|
||||||
- -DRAPIDJSON_BUILD_EXAMPLES=OFF
|
|
||||||
- -DRAPIDJSON_BUILD_TESTS=OFF
|
|
||||||
- -DRAPIDJSON_BUILD_THIRDPARTY_GTEST=OFF
|
|
||||||
cleanup:
|
|
||||||
- /include
|
|
||||||
- /lib/cmake
|
|
||||||
- /lib/pkgconfig
|
|
||||||
- /share/doc
|
|
||||||
sources:
|
|
||||||
- type: archive
|
|
||||||
url: https://github.com/Tencent/rapidjson/archive/refs/tags/v1.1.0.tar.gz
|
|
||||||
sha256: bf7ced29704a1e696fbccf2a2b4ea068e7774fa37f6d7dd4039d0787f8bed98e
|
|
||||||
x-checker-data:
|
|
||||||
type: anitya
|
|
||||||
project-id: 7422
|
|
||||||
stable-only: true
|
|
||||||
url-template: https://github.com/Tencent/rapidjson/archive/refs/tags/v$version.tar.gz
|
|
||||||
|
|
||||||
- name: glm
|
- name: glm
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
cleanup: ['*']
|
cleanup: ['*']
|
||||||
|
|
Loading…
Reference in a new issue