Nix: fix meson patch again

This commit is contained in:
Mihai Fufezan
2023-03-15 20:45:44 +02:00
parent 595f2052c4
commit 1c67849bf1
2 changed files with 17 additions and 26 deletions

View File

@@ -53,7 +53,7 @@ endif
have_xwayland = xcb_dep.found() and have_xwlr
if not have_xwayland
add_project_arguments('-DNO_XWAYLAND', language: 'cpp')
add_project_arguments('-DNO_XWAYLAND', language: 'cpp')
endif
backtrace_dep = cpp_compiler.find_library('execinfo', required: false)
@@ -61,9 +61,9 @@ systemd_dep = dependency('libsystemd', required: get_option('systemd'))
if get_option('systemd').enabled()
if systemd_dep.found()
add_project_arguments('-DUSES_SYSTEMD', language: 'cpp')
add_project_arguments('-DUSES_SYSTEMD', language: 'cpp')
else
error('Cannot enable systemd in Hyprland: libsystemd was not found')
error('Cannot enable systemd in Hyprland: libsystemd was not found')
endif
endif