diff options
author | vaxerski <[email protected]> | 2023-05-01 01:13:57 +0100 |
---|---|---|
committer | vaxerski <[email protected]> | 2023-05-01 01:13:57 +0100 |
commit | 11e87986a2b37768711ddf4a510775cc1c6a9220 (patch) | |
tree | d5a3bf51dc24b5adb73845404ac9f1191dc6bdf5 /Makefile | |
parent | dbf0b92de78377328e4895871923724883f74355 (diff) | |
download | Hyprland-11e87986a2b37768711ddf4a510775cc1c6a9220.tar.gz Hyprland-11e87986a2b37768711ddf4a510775cc1c6a9220.zip |
makefile: put pkg-config file in the default dir
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -59,6 +59,7 @@ install: cd subprojects/wlroots/include && find . -name '*.h*' -exec cp --parents '{}' ${PREFIX}/include/hyprland/wlroots ';' && cd ../../.. cp ./protocols/*-protocol.h ${PREFIX}/include/hyprland/protocols cp ./build/hyprland.pc ${PREFIX}/share/pkgconfig + cp ./build/hyprland.pc /usr/share/pkgconfig cleaninstall: echo -en "make cleaninstall has been DEPRECATED, you should avoid using it in the future.\nRunning make install instead...\n" @@ -107,6 +108,7 @@ pluginenv: cd subprojects/wlroots/include && find . -name '*.h*' -exec cp --parents '{}' ${PREFIX}/include/hyprland/wlroots ';' && cd ../../.. cp ./protocols/*-protocol.h ${PREFIX}/include/hyprland/protocols cp ./build/hyprland.pc ${PREFIX}/share/pkgconfig + cp ./build/hyprland.pc /usr/share/pkgconfig configdebug: make fixwlr |