# along with elogind; If not, see <http://www.gnu.org/licenses/>.
project('elogind', 'c',
- version : '236',
+ version : '237',
license : 'LGPLv2+',
default_options: [
'c_std=gnu99',
)
#if 0 /// UNNEEDED by elogind - libudev is external
-# libsystemd_version = '0.20.0'
-# libudev_version = '1.6.8'
+# libsystemd_version = '0.21.0'
+# libudev_version = '1.6.9'
#else
libelogind_version = '0.20.0'
#endif // 0
if not cc.has_header('sys/capability.h')
error('POSIX caps headers not found')
endif
-foreach header : ['crypt.h',
- 'linux/btrfs.h',
+foreach header : ['linux/btrfs.h',
'linux/memfd.h',
'linux/vm_sockets.h',
'sys/auxv.h',