From c23089715ea11e7e4b9ac3b3abe68d38ee47c1fa Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 12 Nov 2023 23:31:19 -0800 Subject: [PATCH] librest: Use autotools make system OE-core is switching to default to meson for gnome recipes Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/rest/librest_0.8.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-gnome/recipes-gnome/rest/librest_0.8.1.bb b/meta-gnome/recipes-gnome/rest/librest_0.8.1.bb index 23849783cc..51dc44cc4d 100644 --- a/meta-gnome/recipes-gnome/rest/librest_0.8.1.bb +++ b/meta-gnome/recipes-gnome/rest/librest_0.8.1.bb @@ -13,6 +13,7 @@ DEPENDS = " \ libxml2-native \ " +GNOMEBASEBUILDCLASS = "autotools" inherit gnomebase gobject-introspection vala pkgconfig GNOMEBN = "rest"