diff options
author | Mihai Fufezan <[email protected]> | 2024-05-11 00:56:45 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-05-12 17:49:50 +0300 |
commit | c8ae9a2e832251683cbb11edba79ab7c3a2443b2 (patch) | |
tree | c8089b23941ca44ce9976f5bfbeb906e0cb5673d /meson.build | |
parent | cee639d9df68842e8ad321fba8ec99d794829621 (diff) | |
download | Hyprland-c8ae9a2e832251683cbb11edba79ab7c3a2443b2.tar.gz Hyprland-c8ae9a2e832251683cbb11edba79ab7c3a2443b2.zip |
Meson: fix Cflags
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 40883073..9b278198 100644 --- a/meson.build +++ b/meson.build @@ -89,5 +89,5 @@ import('pkgconfig').generate( url: 'https://github.com/hyprwm/Hyprland', description: 'Hyprland header files', install_dir: pkg_install_dir, - subdirs: ['', 'hyprland/protocols', 'hyprland/wlroots'], + subdirs: ['', 'hyprland/protocols', 'hyprland', 'hyprland/wlr'], ) |