diff options
author | vaxerski <[email protected]> | 2023-05-11 20:17:26 +0100 |
---|---|---|
committer | vaxerski <[email protected]> | 2023-05-11 20:17:26 +0100 |
commit | a4833765910100fdfb6a83b209d010a8ac9da0ed (patch) | |
tree | 17447e7fc64b254ee42469d2a2798dc9fa240461 /Makefile | |
parent | f2725a374a5921903bf918fdfd8111b537cbf18f (diff) | |
download | Hyprland-a4833765910100fdfb6a83b209d010a8ac9da0ed.tar.gz Hyprland-a4833765910100fdfb6a83b209d010a8ac9da0ed.zip |
pluginenv: copy built wlr headers
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -58,6 +58,7 @@ install: find src -name '*.h*' -print0 | cpio --quiet -0dump ${PREFIX}/include/hyprland cd subprojects/wlroots/include && find . -name '*.h*' -print0 | cpio --quiet -0dump ${PREFIX}/include/hyprland/wlroots && cd ../../.. + cd subprojects/wlroots/build/include && find . -name '*.h*' -print0 | cpio --quiet -0dump ${PREFIX}/include/hyprland/wlroots && cd ../../../.. cp ./protocols/*-protocol.h ${PREFIX}/include/hyprland/protocols cp ./build/hyprland.pc ${PREFIX}/share/pkgconfig if [ -d /usr/share/pkgconfig ]; then cp ./build/hyprland.pc /usr/share/pkgconfig 2>/dev/null || true; fi @@ -107,6 +108,7 @@ pluginenv: find src -name '*.h*' -print0 | cpio --quiet -0dump ${PREFIX}/include/hyprland cd subprojects/wlroots/include && find . -name '*.h*' -print0 | cpio --quiet -0dump ${PREFIX}/include/hyprland/wlroots && cd ../../.. + cd subprojects/wlroots/build/include && find . -name '*.h*' -print0 | cpio --quiet -0dump ${PREFIX}/include/hyprland/wlroots && cd ../../../.. cp ./protocols/*-protocol.h ${PREFIX}/include/hyprland/protocols cp ./build/hyprland.pc ${PREFIX}/share/pkgconfig if [ -d /usr/share/pkgconfig ]; then cp ./build/hyprland.pc /usr/share/pkgconfig 2>/dev/null || true; fi |