mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 11:05:58 +01:00
makefile: put pkg-config file in the default dir
This commit is contained in:
parent
dbf0b92de7
commit
11e87986a2
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue