mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-05-19 08:30:22 -07:00
cmake: fix .pc file inputs (#5946)
This commit is contained in:
parent
36d32973dd
commit
d1ad490cda
@ -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…
x
Reference in New Issue
Block a user