diff options
author | Vaxry <[email protected]> | 2023-12-06 23:13:11 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2023-12-06 23:31:04 +0000 |
commit | f927b4b538822c3fbccee7f3797f8e219e805b3d (patch) | |
tree | 801c90773a02c129172460f9b1808a08c07b271b | |
parent | ed4a13a7676b3be7593a2857b338c2d5c697e313 (diff) | |
download | Hyprland-f927b4b538822c3fbccee7f3797f8e219e805b3d.tar.gz Hyprland-f927b4b538822c3fbccee7f3797f8e219e805b3d.zip |
hack
-rw-r--r-- | hyprpm/src/core/PluginManager.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hyprpm/src/core/PluginManager.cpp b/hyprpm/src/core/PluginManager.cpp index 4071ede6..8efcdf98 100644 --- a/hyprpm/src/core/PluginManager.cpp +++ b/hyprpm/src/core/PluginManager.cpp @@ -355,6 +355,8 @@ bool CPluginManager::updateHeaders() { progress.printMessageAbove(std::string{Colors::YELLOW} + "!" + Colors::RESET + " configuring Hyprland"); ret = execAndGet("cd /tmp/hyprpm/hyprland && cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -S . -B ./build -G Ninja"); + // le hack. Wlroots has to generate its build/include + ret = execAndGet("cd /tmp/hyprpm/hyprland/subprojects/wlroots && meson setup -Drenderers=gles2 -Dexamples=false build"); progress.printMessageAbove(std::string{Colors::GREEN} + "✔" + Colors::RESET + " configured Hyprland"); progress.m_iSteps = 4; |