mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 15:05:59 +01:00
cmake: fix .pc file inputs (#5946)
This commit is contained in:
parent
36d32973dd
commit
d1ad490cda
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue