mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Pushed tools ection in the end (without cemu)
This commit is contained in:
parent
81fec64aa7
commit
97e01e7f03
|
@ -1316,65 +1316,65 @@ modules:
|
||||||
# temporary here: https://github.com/Eonfge/flathub/blob/8bb2905b0fefdff820a2b65dac2a7cde916d3ce5/info.cemu.Cemu.yaml
|
# temporary here: https://github.com/Eonfge/flathub/blob/8bb2905b0fefdff820a2b65dac2a7cde916d3ce5/info.cemu.Cemu.yaml
|
||||||
|
|
||||||
# Needed for imgui
|
# Needed for imgui
|
||||||
- name: glad
|
# - name: glad
|
||||||
buildsystem: cmake-ninja
|
# buildsystem: cmake-ninja
|
||||||
config-opts:
|
# config-opts:
|
||||||
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
# - -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
- -DBUILD_SHARED_LIBS=true
|
# - -DBUILD_SHARED_LIBS=true
|
||||||
- -DGLAD_REPRODUCIBLE=true
|
# - -DGLAD_REPRODUCIBLE=true
|
||||||
- -DGLAD_INSTALL=true
|
# - -DGLAD_INSTALL=true
|
||||||
sources:
|
# sources:
|
||||||
- type: archive
|
# - type: archive
|
||||||
url: https://github.com/Dav1dde/glad/archive/refs/tags/v0.1.36.tar.gz
|
# url: https://github.com/Dav1dde/glad/archive/refs/tags/v0.1.36.tar.gz
|
||||||
sha256: 8470ed1b0e9fbe88e10c34770505c8a1dc8ccb78cadcf673331aaf5224f963d2
|
# sha256: 8470ed1b0e9fbe88e10c34770505c8a1dc8ccb78cadcf673331aaf5224f963d2
|
||||||
|
#
|
||||||
# Needed for imgui
|
# # Needed for imgui
|
||||||
- name: glfw
|
# - name: glfw
|
||||||
buildsystem: cmake-ninja
|
# buildsystem: cmake-ninja
|
||||||
builddir: true
|
# builddir: true
|
||||||
config-opts:
|
# config-opts:
|
||||||
- -DBUILD_SHARED_LIBS=ON
|
# - -DBUILD_SHARED_LIBS=ON
|
||||||
- -DGLFW_BUILD_EXAMPLES=OFF
|
# - -DGLFW_BUILD_EXAMPLES=OFF
|
||||||
- -DGLFW_BUILD_TESTS=OFF
|
# - -DGLFW_BUILD_TESTS=OFF
|
||||||
- -DGLFW_BUILD_DOCS=OFF
|
# - -DGLFW_BUILD_DOCS=OFF
|
||||||
sources:
|
# sources:
|
||||||
- type: archive
|
# - type: archive
|
||||||
url: https://github.com/glfw/glfw/releases/download/3.3.2/glfw-3.3.2.zip
|
# url: https://github.com/glfw/glfw/releases/download/3.3.2/glfw-3.3.2.zip
|
||||||
sha256: 08a33a512f29d7dbf78eab39bd7858576adcc95228c9efe8e4bc5f0f3261efc7
|
# sha256: 08a33a512f29d7dbf78eab39bd7858576adcc95228c9efe8e4bc5f0f3261efc7
|
||||||
cleanup:
|
# cleanup:
|
||||||
- /include
|
# - /include
|
||||||
- /lib/pkgconfig
|
# - /lib/pkgconfig
|
||||||
|
#
|
||||||
- name: imgui
|
# - name: imgui
|
||||||
buildsystem: cmake
|
# buildsystem: cmake
|
||||||
sources:
|
# sources:
|
||||||
- type: archive
|
# - type: archive
|
||||||
url: https://github.com/ocornut/imgui/archive/refs/tags/v1.88.zip
|
# url: https://github.com/ocornut/imgui/archive/refs/tags/v1.88.zip
|
||||||
sha256: 81087a74599e5890a07b636887cee73a7dc1a9eb9e1f19a4a0d82a76090bf4c2
|
# sha256: 81087a74599e5890a07b636887cee73a7dc1a9eb9e1f19a4a0d82a76090bf4c2
|
||||||
- type: file
|
# - type: file
|
||||||
path: imguiCMakeLists.txt
|
# path: imguiCMakeLists.txt
|
||||||
dest-filename: CMakeLists.txt
|
# dest-filename: CMakeLists.txt
|
||||||
|
#
|
||||||
- name: Cemu
|
# - name: Cemu
|
||||||
buildsystem: cmake-ninja
|
# buildsystem: cmake-ninja
|
||||||
builddir: true
|
# builddir: true
|
||||||
config-opts:
|
# config-opts:
|
||||||
- -DENABLE_VCPKG=false
|
# - -DENABLE_VCPKG=false
|
||||||
- -DCMAKE_BUILD_TYPE=release
|
# - -DCMAKE_BUILD_TYPE=release
|
||||||
- -DCMAKE_C_COMPILER=/usr/bin/gcc
|
# - -DCMAKE_C_COMPILER=/usr/bin/gcc
|
||||||
- -DCMAKE_CXX_COMPILER=/usr/bin/g++
|
# - -DCMAKE_CXX_COMPILER=/usr/bin/g++
|
||||||
- -G Ninja
|
# - -G Ninja
|
||||||
- -DCMAKE_MAKE_PROGRAM=/usr/bin/ninja
|
# - -DCMAKE_MAKE_PROGRAM=/usr/bin/ninja
|
||||||
sources:
|
# sources:
|
||||||
- type: git
|
# - type: git
|
||||||
url: https://github.com/cemu-project/Cemu
|
# url: https://github.com/cemu-project/Cemu
|
||||||
commit: d8da8a54a6c08296a884b892d714cabcb7e4bdb5
|
# commit: d8da8a54a6c08296a884b892d714cabcb7e4bdb5
|
||||||
cleanup:
|
# cleanup:
|
||||||
- /app/include
|
# - /app/include
|
||||||
- /app/lib/*.a
|
# - /app/lib/*.a
|
||||||
- /app/lib/*.la
|
# - /app/lib/*.la
|
||||||
- /app/lib/pkgconfig
|
# - /app/lib/pkgconfig
|
||||||
|
#
|
||||||
# CEMU - END
|
# CEMU - END
|
||||||
|
|
||||||
# External manifests end
|
# External manifests end
|
||||||
|
|
Loading…
Reference in a new issue