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@
|
prefix=@PREFIX@/@INCLUDEDIR@
|
||||||
includedir=@INCLUDEDIR@
|
|
||||||
|
|
||||||
Name: Hyprland
|
Name: Hyprland
|
||||||
URL: https://github.com/hyprwm/Hyprland
|
URL: https://github.com/hyprwm/Hyprland
|
||||||
Description: Hyprland header files
|
Description: Hyprland header files
|
||||||
Version: @HYPRLAND_VERSION@
|
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