diff options
author | Jan Beich <[email protected]> | 2023-04-29 08:34:28 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-04-29 11:34:28 +0300 |
commit | ce6c13f86b71740b782af44f1b49bdecdf822d1c (patch) | |
tree | 29c83d4240167dc7f0923715b166c83292a98ef3 /hyprland.pc.in | |
parent | fbb938fcf228b84dc82b5ad4f85387448d1a2d9f (diff) | |
download | Hyprland-ce6c13f86b71740b782af44f1b49bdecdf822d1c.tar.gz Hyprland-ce6c13f86b71740b782af44f1b49bdecdf822d1c.zip |
cmake: sync pkg-config --cflags with meson (#2181)
Diffstat (limited to 'hyprland.pc.in')
-rw-r--r-- | hyprland.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyprland.pc.in b/hyprland.pc.in index 55ac9563..76dcc677 100644 --- a/hyprland.pc.in +++ b/hyprland.pc.in @@ -5,4 +5,4 @@ Name: Hyprland URL: https://github.com/hyprwm/Hyprland Description: Hyprland header files Version: @HYPRLAND_VERSION@ -Cflags: -I"${includedir}/hyprland" -I"${includedir}/hyprland/protocols" +Cflags: -I"${includedir}" -I"${includedir}/hyprland/protocols" |