]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson.build
tmpfiles: support --image= similar to --root=
[thirdparty/systemd.git] / meson.build
index c0b5b3cccbe2621ff2ffbaef36d98e18e7332c2f..134e95d4756f3759e318936174fc201c5f8996e1 100644 (file)
@@ -1799,11 +1799,11 @@ public_programs += executable(
         include_directories : includes,
         link_with : [libshared],
         dependencies : [threads,
-                        libqrencode,
+                        libdl,
                         libxz,
                         liblz4,
-                        libpcre2,
-                        libzstd],
+                        libzstd,
+                        libdl],
         install_rpath : rootlibexecdir,
         install : true,
         install_dir : rootbindir)