From 6be67d4563e4a6f51e5358121f6cd9d92ea5208b Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Mon, 9 Apr 2018 02:43:35 -0700 Subject: meson: add support for building static libsystemd and libudev --- meson_options.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meson_options.txt') 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') -- cgit v1.2.3