opnsense-ports/deskutils/i3lock/files/patch-meson.build
Franco Fichtner b3c5bb6002 */*: sync with upstream
Taken from: FreeBSD
2024-03-20 08:52:32 +01:00

11 lines
236 B
Text

--- meson.build.orig 2024-03-16 09:37:48 UTC
+++ meson.build
@@ -92,7 +92,7 @@ i3lock_srcs = [
'xcb.c',
]
-ev_dep = cc.find_library('ev')
+ev_dep = dependency('libev', method: 'pkg-config')
thread_dep = dependency('threads')