Meson: add subdirs to pkg-config file

This commit is contained in:
Mihai Fufezan 2023-04-27 01:34:40 +03:00
parent 38bdbdb0f5
commit 72d2f33b34
No known key found for this signature in database
GPG Key ID: 5899325F2F120900

View File

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