Message ID | 20250712023340.3814738-1-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-xfce,1/2] classed/xfce: Add XFCEBASEBUILDCLASS | expand |
diff --git a/meta-xfce/classes/xfce.bbclass b/meta-xfce/classes/xfce.bbclass index 913202be59..b64db7f8db 100644 --- a/meta-xfce/classes/xfce.bbclass +++ b/meta-xfce/classes/xfce.bbclass @@ -6,7 +6,10 @@ def xfce_verdir(v): HOMEPAGE = "http://www.xfce.org" SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2" -inherit autotools gettext gtk-icon-cache pkgconfig +inherit gettext gtk-icon-cache pkgconfig + +XFCEBASEBUILDCLASS ??= "autotools" +inherit_defer ${XFCEBASEBUILDCLASS} DEPENDS += "intltool-native"
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> --- meta-xfce/classes/xfce.bbclass | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)