summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDavide Cavalca <dcavalca@fb.com>2018-04-09 02:43:35 -0700
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commit6be67d4563e4a6f51e5358121f6cd9d92ea5208b (patch)
treec02442bfbc781c15088625152fb221aaf4c2dfa0 /meson_options.txt
parent4f05c22da5971ae52d8987d77746442f81ece573 (diff)
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 00c5c4244..fa8e95d0d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -14,6 +14,12 @@ option('rootprefix', type : 'string',
#if 0 /// UNNEEDED by elogind
# 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')