diff options
author | Mihai Fufezan <[email protected]> | 2024-04-21 19:56:46 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-05-05 16:30:39 +0300 |
commit | 99aa34db6e3529717961cf31ad08ab000d66cd77 (patch) | |
tree | c335e40d68926fdb77f5fef7ba2fbd9f695bca5d /hyprland.pc.in | |
parent | 03ebad3cbff0999af885c03e83a506a9d9cb5919 (diff) | |
download | Hyprland-99aa34db6e3529717961cf31ad08ab000d66cd77.tar.gz Hyprland-99aa34db6e3529717961cf31ad08ab000d66cd77.zip |
CMake: install files (instead of Makefile)
Diffstat (limited to 'hyprland.pc.in')
-rw-r--r-- | hyprland.pc.in | 6 |
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 |