mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 15:03:59 +02: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…
Reference in New Issue
Block a user