aboutsummaryrefslogtreecommitdiff
path: root/deskutils/i3lock/files/patch-meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/i3lock/files/patch-meson.build')
-rw-r--r--deskutils/i3lock/files/patch-meson.build11
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/i3lock/files/patch-meson.build b/deskutils/i3lock/files/patch-meson.build
new file mode 100644
index 000000000000..ebf7b27d07de
--- /dev/null
+++ b/deskutils/i3lock/files/patch-meson.build
@@ -0,0 +1,11 @@
+--- 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')
+