]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson.build
Merge pull request #20767 from bluca/portable_extract_selinux
[thirdparty/systemd.git] / meson.build
index fe6b26b8357c33d11f37a4fb321c2f4b7346ecbf..1c64547628f0a1f16aab4f2d69dc202fde43d5a3 100644 (file)
@@ -2296,7 +2296,7 @@ if conf.get('ENABLE_PORTABLED') == 1
                 systemd_portabled_sources,
                 include_directories : includes,
                 link_with : [libshared],
-                dependencies : [threads],
+                dependencies : [threads, libselinux],
                 install_rpath : rootlibexecdir,
                 install : true,
                 install_dir : rootlibexecdir)