From b60b62743649f5b30d5341b2979bd86ad8f9dce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 20 Nov 2021 12:19:05 +0100 Subject: [PATCH] umockdev: Fix build with meson >=0.60 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/umockdev/umockdev.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-support/umockdev/umockdev.bb b/recipes-support/umockdev/umockdev.bb index ba8c4a6a..833aff08 100644 --- a/recipes-support/umockdev/umockdev.bb +++ b/recipes-support/umockdev/umockdev.bb @@ -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"