summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-01-25 14:18:14 +0100
committerSven Eden <yamakuzure@gmx.net>2018-05-30 07:50:19 +0200
commit5ccd7ad5d67361f440f6ce89f66211de75563025 (patch)
tree3b921e7af830103ea4468f946c8113236952de62 /meson.build
parent0140ac49caf8e0946dfaac4cd2ab942297fbcaf9 (diff)
meson: bump so revision and systemd version in preparation for v237
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build9
1 files changed, 4 insertions, 5 deletions
diff --git a/meson.build b/meson.build
index 4331af1fd..80907cbd0 100644
--- a/meson.build
+++ b/meson.build
@@ -16,7 +16,7 @@
# 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',
@@ -28,8 +28,8 @@ project('elogind', 'c',
)
#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
@@ -665,8 +665,7 @@ conf.set('GPERF_LEN_TYPE', gperf_len_type,
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',