summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/vte
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-11-10 12:18:51 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-13 11:37:59 +0000
commit8b061ea36f8b94b482c5867fe2ba7213288a5aa3 (patch)
tree004a8d27a4f45e7d6226c2113ff1e222359e5dba /meta/recipes-support/vte
parent5ea298680a8f17d3b808a2c43b0182e9c391f663 (diff)
downloadopenembedded-core-8b061ea36f8b94b482c5867fe2ba7213288a5aa3.tar.gz
gnomebase.bbclass: Use meson as default buildsystem
The vast majority of gnome recipes uses meson. Set it as default and override the few recipes that still use autotools. This way we can remove a lot of lines in meta-oe and more important it would not be needed to explicitly set GNOMEBASEBUILDCLASS = "meson" for newly created gnome recipe anymore. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta/recipes-support/vte')
-rw-r--r--meta/recipes-support/vte/vte_0.72.2.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-support/vte/vte_0.72.2.bb b/meta/recipes-support/vte/vte_0.72.2.bb
index 4249b75ac0..44e71491f6 100644
--- a/meta/recipes-support/vte/vte_0.72.2.bb
+++ b/meta/recipes-support/vte/vte_0.72.2.bb
@@ -13,7 +13,6 @@ LIC_FILES_CHKSUM = " \
DEPENDS = "glib-2.0 glib-2.0-native gtk+3 libpcre2 libxml2-native gperf-native icu"
-GNOMEBASEBUILDCLASS = "meson"
GIR_MESON_OPTION = 'gir'
GIDOCGEN_MESON_OPTION = "docs"