Skip to content

Commit

Permalink
meson: add the 221 version to the libsystemd dependency
Browse files Browse the repository at this point in the history
The sd-bus interface we're using wasn't public until 221.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 8353eeb)
  • Loading branch information
whot committed Mar 2, 2018
1 parent 5c86ba7 commit 25d1fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ if get_option('tests')
config_h.set10('HAVE_LIBUNWIND', dep_libunwind.found())

# for inhibit support during test run
dep_libsystemd = dependency('libsystemd', required : false)
dep_libsystemd = dependency('libsystemd', version : '>= 221', required : false)
config_h.set10('HAVE_LIBSYSTEMD', dep_libsystemd.found())

lib_litest_sources = [
Expand Down

0 comments on commit 25d1fbb

Please sign in to comment.