meson: do not use mempool from libudev.so

Follow-up for a5d8835c78.
This commit is contained in:
Yu Watanabe 2018-10-12 11:55:03 +09:00
parent a6ee01caf3
commit 5eddbba3a1
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ install_libudev_static = static_library(
libudev = shared_library(
'udev',
'udev.h', # pick a header file at random to work around old meson bug
disable_mempool_c,
version : libudev_version,
include_directories : includes,
link_args : ['-shared',