diff options
author | vaxerski <[email protected]> | 2022-06-29 13:30:28 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-06-29 13:30:28 +0200 |
commit | bbc3b5e19bf52a860a687bc98b7daf50f19261d4 (patch) | |
tree | d1359d49c8024a5175aef8e5f1fcfc5b931b4d38 /Makefile | |
parent | 697ce96d624923ccda9e6d4f1d6081005e43f306 (diff) | |
download | Hyprland-bbc3b5e19bf52a860a687bc98b7daf50f19261d4.tar.gz Hyprland-bbc3b5e19bf52a860a687bc98b7daf50f19261d4.zip |
added make fixwlr
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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/ |