Fix: add Catch2
This commit is contained in:
parent
4136040b53
commit
35c2486da1
2 changed files with 4 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -19,6 +19,7 @@ pkgbase = suyu-git
|
||||||
makedepends = shaderc
|
makedepends = shaderc
|
||||||
makedepends = spirv-headers
|
makedepends = spirv-headers
|
||||||
makedepends = vulkan-headers
|
makedepends = vulkan-headers
|
||||||
|
makedepends = catch2
|
||||||
depends = brotli
|
depends = brotli
|
||||||
depends = enet
|
depends = enet
|
||||||
depends = gcc-libs
|
depends = gcc-libs
|
||||||
|
@ -49,6 +50,7 @@ pkgbase = suyu-git
|
||||||
conflicts = yuzu-early-access-appimage
|
conflicts = yuzu-early-access-appimage
|
||||||
conflicts = yuzu-early-access-git
|
conflicts = yuzu-early-access-git
|
||||||
options = !debug
|
options = !debug
|
||||||
|
options = lto
|
||||||
source = git+https://gitlab.com/suyu-emu/suyu.git#branch=master
|
source = git+https://gitlab.com/suyu-emu/suyu.git#branch=master
|
||||||
source = git+https://github.com/arsenm/sanitizers-cmake.git
|
source = git+https://github.com/arsenm/sanitizers-cmake.git
|
||||||
source = git+https://github.com/yhirose/cpp-httplib.git
|
source = git+https://github.com/yhirose/cpp-httplib.git
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -52,9 +52,9 @@ makedepends=(
|
||||||
shaderc
|
shaderc
|
||||||
spirv-headers
|
spirv-headers
|
||||||
vulkan-headers
|
vulkan-headers
|
||||||
|
catch2
|
||||||
)
|
)
|
||||||
options=(!debug)
|
options=(!debug lto)
|
||||||
_tag=d32620fe796f9cd90e8e5660deb0fc8f4decd61f
|
|
||||||
source=(
|
source=(
|
||||||
git+https://gitlab.com/suyu-emu/suyu.git#branch=${_branch}
|
git+https://gitlab.com/suyu-emu/suyu.git#branch=${_branch}
|
||||||
git+https://github.com/arsenm/sanitizers-cmake.git
|
git+https://github.com/arsenm/sanitizers-cmake.git
|
||||||
|
|
Reference in a new issue