Forráskód Böngészése

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>
Khem Raj 3 hónapja
szülő
commit
1bc33e8e58
1 módosított fájl, 4 hozzáadás és 1 törlés
  1. 4 1
      meta-xfce/classes/xfce.bbclass

+ 4 - 1
meta-xfce/classes/xfce.bbclass

@@ -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"