mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-26 09:41:57 -07:00
makefile: set perms for built subprojects in pluginenv
This commit is contained in:
3
Makefile
3
Makefile
@@ -115,6 +115,9 @@ pluginenv:
|
|||||||
meson setup subprojects/wlroots/build subprojects/wlroots --prefix=${PREFIX} --buildtype=release -Dwerror=false -Dexamples=false
|
meson setup subprojects/wlroots/build subprojects/wlroots --prefix=${PREFIX} --buildtype=release -Dwerror=false -Dexamples=false
|
||||||
ninja -C subprojects/wlroots/build/
|
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
|
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -S . -B ./build -G Ninja
|
||||||
|
|
||||||
mkdir -p ${PREFIX}/include/hyprland
|
mkdir -p ${PREFIX}/include/hyprland
|
||||||
|
Reference in New Issue
Block a user