meson: do not use mempool from libudev.so
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 12 Oct 2018 02:55:03 +0000 (11:55 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 12 Oct 2018 08:54:23 +0000 (17:54 +0900)
Follow-up for a5d8835c78112206bbf0812dd4cb471f803bfe88.

src/udev/meson.build

index 665cb83..5d1d75e 100644 (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',