]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson.build
blockdev-util: add correct API for detecting if block device has partition scanning...
[thirdparty/systemd.git] / meson.build
index dbbddb68e23283596da04b94f0d3b596d539d96c..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)
@@ -2668,6 +2668,7 @@ if conf.get('ENABLE_REPART') == 1
                 install_rpath : rootlibexecdir,
                 install : true,
                 install_dir : rootbindir)
+        public_programs += exe
 
         if want_tests != 'false'
                 test('test-repart',