aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2023-05-16 20:50:18 +0300
committerGitHub <[email protected]>2023-05-16 20:50:18 +0300
commit78826c6d18ee587a28cf39479f9a015888d2e096 (patch)
tree2367501d92abc204c772720d9f6ca14dada4902d /meson.build
parentb5b9af508ab74b1922bc3354d178ebf457db631e (diff)
downloadHyprland-78826c6d18ee587a28cf39479f9a015888d2e096.tar.gz
Hyprland-78826c6d18ee587a28cf39479f9a015888d2e096.zip
meson & nix: install wlroots headers (#2287)
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 224c9248..6a94dee6 100644
--- a/meson.build
+++ b/meson.build
@@ -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'],
)