aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2023-04-27 01:34:40 +0300
committerMihai Fufezan <[email protected]>2023-04-27 01:34:40 +0300
commit72d2f33b34951b7f5be6cdbc302b1c6a33cbf60f (patch)
treec5ea60270e524352c0c51f0a1c8efd1a4fcceb66 /meson.build
parent38bdbdb0f5356c07f077f238c4e27703e3ff4c1b (diff)
downloadHyprland-72d2f33b34951b7f5be6cdbc302b1c6a33cbf60f.tar.gz
Hyprland-72d2f33b34951b7f5be6cdbc302b1c6a33cbf60f.zip
Meson: add subdirs to pkg-config file
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 7d2cdc35..224c9248 100644
--- a/meson.build
+++ b/meson.build
@@ -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'],
)