makefile: move wlr headers dir

This commit is contained in:
Vaxry
2024-04-12 18:07:04 +01:00
parent 0a70ccd099
commit 382b6d3f6b
2 changed files with 5 additions and 5 deletions

View File

@@ -5,4 +5,4 @@ Name: Hyprland
URL: https://github.com/hyprwm/Hyprland
Description: Hyprland header files
Version: @HYPRLAND_VERSION@
Cflags: -I"${includedir}/hyprland/protocols" -I"${includedir}/hyprland/wlroots" -I"${includedir}"
Cflags: -I"${includedir}/hyprland/protocols" -I"${includedir}/hyprland/wlroots-hyprland" -I"${includedir}"