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>
This commit is contained in:
Khem Raj 2025-07-11 19:30:57 -07:00
parent f7b7543253
commit 1bc33e8e58
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -7,7 +7,10 @@ HOMEPAGE = "http://www.xfce.org"
XFCE_COMPRESS_TYPE ?= "bz2"
SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.${XFCE_COMPRESS_TYPE}"
inherit autotools gettext gtk-icon-cache pkgconfig
inherit gettext gtk-icon-cache pkgconfig
XFCEBASEBUILDCLASS ??= "autotools"
inherit_defer ${XFCEBASEBUILDCLASS}
DEPENDS += "intltool-native"