diff options
author | Vaxry <[email protected]> | 2023-02-27 12:32:38 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-02-27 12:32:38 +0000 |
commit | 8b81f41e52b55835aaaa7e4962af23a00188cbdc (patch) | |
tree | bca65923843ea931c0e0222f29d4e2901cfa8637 /src/meson.build | |
parent | 74a10f26a469de54968e584525f6507928f615f0 (diff) | |
download | Hyprland-8b81f41e52b55835aaaa7e4962af23a00188cbdc.tar.gz Hyprland-8b81f41e52b55835aaaa7e4962af23a00188cbdc.zip |
Plugin System (#1590)
---------
Co-authored-by: Mihai Fufezan <[email protected]>
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build index 6c018e12..7b658d31 100644 --- a/src/meson.build +++ b/src/meson.build @@ -16,6 +16,7 @@ executable('Hyprland', src, xcb_dep, backtrace_dep, systemd_dep, + udis86, dependency('pixman-1'), dependency('gl', 'opengl'), |