umockdev: Fix build with meson >=0.60

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-11-20 12:19:05 +01:00
parent c461a9c7df
commit b60b627436

View File

@@ -11,6 +11,6 @@ inherit meson vala gobject-introspection features_check pkgconfig
# gobject-introspection is mandatory and cannot be configured
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
UNKNOWN_CONFIGURE_WHITELIST:append = " introspection"
GIR_MESON_OPTION = ""
DEPENDS += "glib-2.0 udev libgudev"