From 49f9ca06c7c023460c613d76b2519c5abe7b8cbe Mon Sep 17 00:00:00 2001 From: q234rty Date: Thu, 27 Apr 2023 20:56:03 +0800 Subject: [PATCH] Add subdir for cmake as well (#2163) --- hyprland.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"