diff mbox series

[v3,6/6] librest: Use autotools make system

Message ID 20231112-kraj-pu-v3-6-51f4c8091bc8@gmail.com
State New
Headers show
Series Adjust for switching default build system for gnomebase | expand

Commit Message

Khem Raj Nov. 13, 2023, 7:34 a.m. UTC
OE-core is switching to default to meson for gnome recipes

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-gnome/recipes-gnome/rest/librest_0.8.1.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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"