From ce6c13f86b71740b782af44f1b49bdecdf822d1c Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sat, 29 Apr 2023 08:34:28 +0000 Subject: [PATCH] cmake: sync pkg-config --cflags with meson (#2181) --- hyprland.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"