diff options
author | q234rty <[email protected]> | 2023-04-27 20:56:03 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2023-04-27 13:56:03 +0100 |
commit | 49f9ca06c7c023460c613d76b2519c5abe7b8cbe (patch) | |
tree | d06e93089e36c0797efeb6b6d69259fbeee5a316 /hyprland.pc.in | |
parent | 1a1656ddbfef6ec9d6458b30db02ec8a4d1885ff (diff) | |
download | Hyprland-49f9ca06c7c023460c613d76b2519c5abe7b8cbe.tar.gz Hyprland-49f9ca06c7c023460c613d76b2519c5abe7b8cbe.zip |
Add subdir for cmake as well (#2163)
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 563f72ef..55ac9563 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" +Cflags: -I"${includedir}/hyprland" -I"${includedir}/hyprland/protocols" |