aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2023-10-10 20:03:02 +0100
committervaxerski <[email protected]>2023-10-10 20:03:02 +0100
commit3219c84433874c3b852a254b7b3047f0e19913d8 (patch)
treead0fbf172644a90b5c79e16169033c865aec5e7c /Makefile
parent1a0909aa203312b6ccfe8c34ddb6cbec63ca5199 (diff)
downloadHyprland-3219c84433874c3b852a254b7b3047f0e19913d8.tar.gz
Hyprland-3219c84433874c3b852a254b7b3047f0e19913d8.zip
makefile: set perms for built subprojects in pluginenv
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 50e82405..6a96015c 100644
--- a/Makefile
+++ b/Makefile
@@ -115,6 +115,9 @@ pluginenv:
meson setup subprojects/wlroots/build subprojects/wlroots --prefix=${PREFIX} --buildtype=release -Dwerror=false -Dexamples=false
ninja -C subprojects/wlroots/build/
+ chmod -R 777 subprojects/udis86
+ chmod -R 777 subprojects/wlroots
+
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -S . -B ./build -G Ninja
mkdir -p ${PREFIX}/include/hyprland