summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36e00ad..4e7a5fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -60,6 +60,7 @@ build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
sed -i 's/zext_workspace_handle_v1_activate(workspace_handle_);/const std::string command = "hyprctl dispatch workspace " + name_;\n\tsystem(command.c_str());/g' src/modules/wlr/workspace_manager.cpp # use hyprctl to switch workspaces
+ sed -i '10 i #include <stdexcept>\n#include <string>' include/modules/sway/ipc/client.hpp
meson --prefix=/usr \
--buildtype=plain \