aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorVaxry <[email protected]>2023-12-07 10:41:09 +0000
committerGitHub <[email protected]>2023-12-07 10:41:09 +0000
commitd36055054651442db19df046cbdd0697b805c541 (patch)
treed66ec48c6a47cd2b331fe133dc43d57e6d1ec376 /meson.build
parent62a8d0be5c1959ade8410f8f964e362288f22175 (diff)
downloadHyprland-d36055054651442db19df046cbdd0697b805c541.tar.gz
Hyprland-d36055054651442db19df046cbdd0697b805c541.zip
hyprpm: Add hyprpm, a Hyprland Plugin Manager (#4072)
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 de29528e..81d6e403 100644
--- a/meson.build
+++ b/meson.build
@@ -80,6 +80,7 @@ endforeach
subdir('protocols')
subdir('src')
subdir('hyprctl')
+subdir('hyprpm/src')
subdir('assets')
subdir('example')
subdir('docs')