summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-01-12 07:55:45 +0100
committerSven Eden <yamakuzure@gmx.net>2018-05-30 07:50:22 +0200
commit766ca0d270976412d9c414a5ec2ea13172557e99 (patch)
tree40ecb268e719faee5461a6a14488b1f5b66f97a4 /meson.build
parent0f1d716b718891f3e3cc85e76ed1504a8bbc196f (diff)
journalctl: regexp matching
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 3c0ae8f71..24e364a0a 100644
--- a/meson.build
+++ b/meson.build
@@ -1640,7 +1640,8 @@ test_dlopen = executable(
# dependencies : [threads,
# libqrencode,
# libxz,
-# liblz4],
+# liblz4,
+# libpcre2],
# install_rpath : rootlibexecdir,
# install : true,
# install_dir : rootbindir)