summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDavide Cavalca <dcavalca@fb.com>2018-04-09 02:43:35 -0700
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-05-08 17:33:04 +0200
commit70848ecfc6306711197394c0926e443e803ae870 (patch)
treecfcf86f0ea4f998069586e48f58741db27127920 /meson_options.txt
parent0d6f0ea6c1994a5769704d2150ce907a1132a8c8 (diff)
downloadsystemd-70848ecfc6306711197394c0926e443e803ae870.tar.gz
meson: add support for building static libsystemd and libudev
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index a6ea6c498f..61d3381d17 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -13,6 +13,12 @@ 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('static-libsystemd', type : 'combo',
+ choices : ['false', 'true', 'pic', 'no-pic'],
+ description : '''install a static library for libsystemd''')
+option('static-libudev', type : 'combo',
+ choices : ['false', 'true', 'pic', 'no-pic'],
+ description : '''install a static library for libudev''')
option('sysvinit-path', type : 'string', value : '/etc/init.d',
description : 'the directory where the SysV init scripts are located')