Gonçalo Negrier Duarte

Results 181 comments of Gonçalo Negrier Duarte

@AdelKS have a working mangohud ebuild with only vk headers submodules gonna commit later to guru (vk headers dosent have a pkg config)

Also @AdelKS if you have good experience with meson, try help me with the TODO list. The vulkan-headers will be the difficult but the other might be easy: https://github.com/gentoo/guru/commit/6a66116471864352775493f1432b0bcac7828151 https://github.com/gentoo/guru/commit/67d96b3e23905552c023be65c24254539472ff22...

@candrews The small error I did with spdlog is creating problems with mangohud: https://bugs.gentoo.org/931697 (Pls add the close to the commit I forget) Until @SoapGentoo decides it wants to accept...

> The purpose of `use_system_spdlog` is to force the use of system or subproject. By default we want the user to use the subproject over the system libs because that's...

With the lastet commit you done the `use_system_spdlog` dosent work, meson will always use the system libary With spdlog install: ```bash mrduarte@GentooLegion /tmp/MangoHud (master) $ meson setup -Duse_system_spdlog=disabled sourcedir The...

After the recent changes made. With spdlog installed and `Duse_system_spdlog=enabled`: ```bash meson setup --reconfigure -Duse_system_spdlog=enabled sourcedir (...) Checking for size of "void*" : 8 (cached) Dependency imgui found: YES 1.89.9...

Done, add a warning when meson fallback to the submodule with `use_system_spdlog` enabled Edit commit: fix typo

The migw failed because I applied the same logic to `minhook` as the other dependencies, I gonna give a look at `minhook` meson.build and fix the error. Edit: should be...