summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-07-11 19:30:57 -0700
committerKhem Raj <raj.khem@gmail.com>2025-07-12 13:50:01 -0700
commit1bc33e8e580b4c3f9b9c8f67db57413ea4e78903 (patch)
tree3c0085763a447bd452d8623c4c799f50231fa00a
parentf7b7543253c77fd78aeafaf25170179e0cde9393 (diff)
downloadmeta-openembedded-1bc33e8e580b4c3f9b9c8f67db57413ea4e78903.tar.gz
classed/xfce: Add XFCEBASEBUILDCLASS
Default to autotools to keep the present defaults working, it allows building xfce components with meson, many of newer releases of xfce components are using meson Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-xfce/classes/xfce.bbclass5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-xfce/classes/xfce.bbclass b/meta-xfce/classes/xfce.bbclass
index 6b3d0b0d0f..21136742c5 100644
--- a/meta-xfce/classes/xfce.bbclass
+++ b/meta-xfce/classes/xfce.bbclass
@@ -7,7 +7,10 @@ HOMEPAGE = "http://www.xfce.org"
7XFCE_COMPRESS_TYPE ?= "bz2" 7XFCE_COMPRESS_TYPE ?= "bz2"
8SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.${XFCE_COMPRESS_TYPE}" 8SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.${XFCE_COMPRESS_TYPE}"
9 9
10inherit autotools gettext gtk-icon-cache pkgconfig 10inherit gettext gtk-icon-cache pkgconfig
11
12XFCEBASEBUILDCLASS ??= "autotools"
13inherit_defer ${XFCEBASEBUILDCLASS}
11 14
12DEPENDS += "intltool-native" 15DEPENDS += "intltool-native"
13 16