diff options
author | Vaxry <[email protected]> | 2024-05-08 15:24:02 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-08 15:24:02 +0100 |
commit | d1ad490cdaaa97d5df83d28e86f02c96107ba142 (patch) | |
tree | 774f8e1dead5e538736df6820028907989bc93c3 /hyprland.pc.in | |
parent | 36d32973ddc1bd1d4096ec36f3b8cb507009eba4 (diff) | |
download | Hyprland-d1ad490cdaaa97d5df83d28e86f02c96107ba142.tar.gz Hyprland-d1ad490cdaaa97d5df83d28e86f02c96107ba142.zip |
cmake: fix .pc file inputs (#5946)
Diffstat (limited to 'hyprland.pc.in')
-rw-r--r-- | hyprland.pc.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hyprland.pc.in b/hyprland.pc.in index 45e9c604..6484b95f 100644 --- a/hyprland.pc.in +++ b/hyprland.pc.in @@ -1,8 +1,7 @@ -prefix=@PREFIX@ -includedir=@INCLUDEDIR@ +prefix=@PREFIX@/@INCLUDEDIR@ Name: Hyprland URL: https://github.com/hyprwm/Hyprland Description: Hyprland header files Version: @HYPRLAND_VERSION@ -Cflags: -I${includedir} -I${includedir}/hyprland/protocols -I${includedir}/hyprland +Cflags: -I${prefix} -I${prefix}/hyprland/protocols -I${prefix}/hyprland -I${prefix}/hyprland/wlroots-hyprland |