mirror of
git://git.openembedded.org/meta-openembedded
synced 2025-12-31 13:38:06 +00:00
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:
parent
f7b7543253
commit
1bc33e8e58
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user