diff options
author | Mihai Fufezan <[email protected]> | 2024-05-09 19:38:42 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-05-12 17:49:50 +0300 |
commit | cee639d9df68842e8ad321fba8ec99d794829621 (patch) | |
tree | ebd4c82f80d2579ab9296b6f22149fa352f3c16b | |
parent | 6be765b7a1f4677f67f31f6aa45389d40109d4c8 (diff) | |
download | Hyprland-cee639d9df68842e8ad321fba8ec99d794829621.tar.gz Hyprland-cee639d9df68842e8ad321fba8ec99d794829621.zip |
pkg-config: fix wlroots dir
-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 6484b95f..382fb1e6 100644 --- a/hyprland.pc.in +++ b/hyprland.pc.in @@ -4,4 +4,4 @@ Name: Hyprland URL: https://github.com/hyprwm/Hyprland Description: Hyprland header files Version: @HYPRLAND_VERSION@ -Cflags: -I${prefix} -I${prefix}/hyprland/protocols -I${prefix}/hyprland -I${prefix}/hyprland/wlroots-hyprland +Cflags: -I${prefix} -I${prefix}/hyprland/protocols -I${prefix}/hyprland -I${prefix}/hyprland/wlr |