meson & nix: install wlroots headers (#2287)
This commit is contained in:
parent
b5b9af508a
commit
78826c6d18
5 changed files with 61 additions and 2 deletions
|
|
@ -113,6 +113,10 @@ in
|
|||
}'
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
ln -s ${wlroots}/include/wlr $dev/include/hyprland/wlroots
|
||||
'';
|
||||
|
||||
passthru.providedSessions = ["hyprland"];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue