]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson_options.txt
resolved: TCP fast open connections
[thirdparty/systemd.git] / meson_options.txt
index e3dea3ebc5413fa9c7e6130f182b1c10ceb13955..557d7843bcde98840397cc0a6c7bb4ad13b69685 100644 (file)
@@ -13,6 +13,8 @@ option('rootprefix', type : 'string',
        description : '''override the root prefix''')
 option('link-udev-shared', type : 'boolean',
        description : 'link systemd-udev and its helpers to libsystemd-shared.so')
+option('link-systemctl-shared', type: 'boolean',
+       description : 'link systemctl against libsystemd-shared.so')
 option('static-libsystemd', type : 'combo',
        choices : ['false', 'true', 'pic', 'no-pic'],
        description : '''install a static library for libsystemd''')
@@ -79,6 +81,8 @@ option('localed', type : 'boolean',
        description : 'install the systemd-localed stack')
 option('machined', type : 'boolean',
        description : 'install the systemd-machined stack')
+option('portabled', type : 'boolean',
+       description : 'install the systemd-portabled stack')
 option('networkd', type : 'boolean',
        description : 'install the systemd-networkd stack')
 option('timedated', type : 'boolean',