aboutsummaryrefslogtreecommitdiffhomepage
path: root/hyprland.pc.in
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2024-04-21 19:56:46 +0300
committerMihai Fufezan <[email protected]>2024-05-05 16:30:39 +0300
commit99aa34db6e3529717961cf31ad08ab000d66cd77 (patch)
treec335e40d68926fdb77f5fef7ba2fbd9f695bca5d /hyprland.pc.in
parent03ebad3cbff0999af885c03e83a506a9d9cb5919 (diff)
downloadHyprland-99aa34db6e3529717961cf31ad08ab000d66cd77.tar.gz
Hyprland-99aa34db6e3529717961cf31ad08ab000d66cd77.zip
CMake: install files (instead of Makefile)
Diffstat (limited to 'hyprland.pc.in')
-rw-r--r--hyprland.pc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/hyprland.pc.in b/hyprland.pc.in
index c93e8f42..45e9c604 100644
--- a/hyprland.pc.in
+++ b/hyprland.pc.in
@@ -1,8 +1,8 @@
-prefix="@PREFIX@"
-includedir="${prefix}/include"
+prefix=@PREFIX@
+includedir=@INCLUDEDIR@
Name: Hyprland
URL: https://github.com/hyprwm/Hyprland
Description: Hyprland header files
Version: @HYPRLAND_VERSION@
-Cflags: -I"${includedir}/hyprland/protocols" -I"${includedir}/hyprland/wlroots-hyprland" -I"${includedir}"
+Cflags: -I${includedir} -I${includedir}/hyprland/protocols -I${includedir}/hyprland