From 11e87986a2b37768711ddf4a510775cc1c6a9220 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Mon, 1 May 2023 01:13:57 +0100 Subject: [PATCH] makefile: put pkg-config file in the default dir --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 87a6850e..1af92f92 100644 --- a/Makefile +++ b/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