diff options
author | Yaroslav <[email protected]> | 2024-04-20 22:50:07 +0500 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-20 18:50:07 +0100 |
commit | a94534606412ec30620f68751382cea5b700ba8d (patch) | |
tree | 9519e69c1661d38b3fc1b925dbecd5a27e30d168 /src/meson.build | |
parent | ea47e8c92ae283c4b41be0aafbdad9b0701a1624 (diff) | |
download | Hyprland-a94534606412ec30620f68751382cea5b700ba8d.tar.gz Hyprland-a94534606412ec30620f68751382cea5b700ba8d.zip |
core: remove libsystemd dependency (#5660)
* remove libsystemd dependency
as per Lennart Poettering's advice:
https://github.com/systemd/systemd/issues/32028#issuecomment-2031366922
* fix naming for systemd helper functions
* rename vars according to code style
* Nix: update meson patch
---------
Co-authored-by: Mihai Fufezan <[email protected]>
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build index d490cddb..15c69552 100644 --- a/src/meson.build +++ b/src/meson.build @@ -20,7 +20,6 @@ executable('Hyprland', src, xcb_dep, backtrace_dep, epoll_dep, - systemd_dep, udis86, dependency('pixman-1'), |