Meson: fix Cflags

This commit is contained in:
Mihai Fufezan 2024-05-11 00:56:45 +03:00
parent cee639d9df
commit c8ae9a2e83
1 changed files with 1 additions and 1 deletions

View File

@ -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'],
)