cmake: fix .pc file inputs (#5946)

This commit is contained in:
Vaxry 2024-05-08 15:24:02 +01:00 committed by GitHub
parent 36d32973dd
commit d1ad490cda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
prefix=@PREFIX@
includedir=@INCLUDEDIR@
prefix=@PREFIX@/@INCLUDEDIR@
Name: Hyprland
URL: https://github.com/hyprwm/Hyprland
Description: Hyprland header files
Version: @HYPRLAND_VERSION@
Cflags: -I${includedir} -I${includedir}/hyprland/protocols -I${includedir}/hyprland
Cflags: -I${prefix} -I${prefix}/hyprland/protocols -I${prefix}/hyprland -I${prefix}/hyprland/wlroots-hyprland