meson & nix: install wlroots headers (#2287)

This commit is contained in:
Mihai Fufezan
2023-05-16 20:50:18 +03:00
committed by GitHub
parent b5b9af508a
commit 78826c6d18
5 changed files with 61 additions and 2 deletions

View File

@@ -96,5 +96,5 @@ import('pkgconfig').generate(
url: 'https://github.com/hyprwm/Hyprland',
description: 'Hyprland header files',
install_dir: pkg_install_dir,
subdirs: ['', 'hyprland/protocols'],
subdirs: ['', 'hyprland/protocols', 'hyprland/wlroots'],
)