mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2025-04-10 19:15:12 +00:00
fix(rpcs3): use bundled flatbuffers
This commit is contained in:
parent
530d42b30d
commit
3052250871
|
@ -77,32 +77,6 @@ modules:
|
||||||
stable-only: true
|
stable-only: true
|
||||||
url-template: https://github.com/FNA-XNA/FAudio/archive/refs/tags/$version.tar.gz
|
url-template: https://github.com/FNA-XNA/FAudio/archive/refs/tags/$version.tar.gz
|
||||||
|
|
||||||
- name: flatbuffers
|
|
||||||
buildsystem: cmake-ninja
|
|
||||||
build-options:
|
|
||||||
env:
|
|
||||||
CC: clang
|
|
||||||
CXX: clang++
|
|
||||||
config-opts:
|
|
||||||
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
|
||||||
- -DFLATBUFFERS_BUILD_TESTS=OFF
|
|
||||||
- -DFLATBUFFERS_BUILD_FLATC=OFF
|
|
||||||
- -DFLATBUFFERS_BUILD_SHAREDLIB=ON
|
|
||||||
- -Wno-dev
|
|
||||||
cleanup:
|
|
||||||
- /include
|
|
||||||
- /lib/cmake
|
|
||||||
- /lib/pkgconfig
|
|
||||||
- /lib/*.a
|
|
||||||
sources:
|
|
||||||
- type: git
|
|
||||||
url: https://github.com/google/flatbuffers.git
|
|
||||||
tag: v2.0.6
|
|
||||||
commit: 615616cb5549a34bdf288c04bc1b94bd7a65c396
|
|
||||||
x-checker-data:
|
|
||||||
type: git
|
|
||||||
tag-pattern: ^v([\d.]+)$
|
|
||||||
|
|
||||||
- name: pugixml
|
- name: pugixml
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
config-opts:
|
config-opts:
|
||||||
|
@ -201,7 +175,6 @@ modules:
|
||||||
- -DUSE_SYSTEM_CURL=ON
|
- -DUSE_SYSTEM_CURL=ON
|
||||||
- -DUSE_SYSTEM_FAUDIO=ON
|
- -DUSE_SYSTEM_FAUDIO=ON
|
||||||
- -DUSE_SYSTEM_FFMPEG=ON
|
- -DUSE_SYSTEM_FFMPEG=ON
|
||||||
- -DUSE_SYSTEM_FLATBUFFERS=ON
|
|
||||||
- -DUSE_SYSTEM_LIBPNG=ON
|
- -DUSE_SYSTEM_LIBPNG=ON
|
||||||
- -DUSE_SYSTEM_LIBUSB=ON
|
- -DUSE_SYSTEM_LIBUSB=ON
|
||||||
- -DUSE_SYSTEM_PUGIXML=ON
|
- -DUSE_SYSTEM_PUGIXML=ON
|
||||||
|
|
Loading…
Reference in a new issue