aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-06-29 13:30:28 +0200
committervaxerski <[email protected]>2022-06-29 13:30:28 +0200
commitbbc3b5e19bf52a860a687bc98b7daf50f19261d4 (patch)
treed1359d49c8024a5175aef8e5f1fcfc5b931b4d38 /Makefile
parent697ce96d624923ccda9e6d4f1d6081005e43f306 (diff)
downloadHyprland-bbc3b5e19bf52a860a687bc98b7daf50f19261d4.tar.gz
Hyprland-bbc3b5e19bf52a860a687bc98b7daf50f19261d4.zip
added make fixwlr
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4c281568..827080e7 100644
--- a/Makefile
+++ b/Makefile
@@ -137,13 +137,16 @@ uninstall:
protocols: xdg-shell-protocol.o wlr-layer-shell-unstable-v1-protocol.o wlr-screencopy-unstable-v1-protocol.o idle-protocol.o ext-workspace-unstable-v1-protocol.o pointer-constraints-unstable-v1-protocol.o tablet-unstable-v2-protocol.o
-config:
- make protocols
-
+fixwlr:
sed -i -E 's/(soversion = 11)([^032]|$$)/soversion = 11032/g' subprojects/wlroots/meson.build
rm -rf ./subprojects/wlroots/build
+config:
+ make protocols
+
+ make fixwlr
+
cd subprojects/wlroots && meson ./build --prefix=/usr --buildtype=release
cd subprojects/wlroots && ninja -C build/