mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libxfce4windowing: add recipe
Add recipe for libxfce4windowing 4.20.0 which is required by other xfce4 components such as xfce4-session, xfdesktop etc. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
093a67bc62
commit
6062a0c9af
|
|
@ -0,0 +1,24 @@
|
|||
SUMMARY = "Windowing concept abstraction library for X11 and Wayland"
|
||||
SECTION = "x11/libs"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=435ed639f84d4585d93824e7da3d85da"
|
||||
|
||||
DEPENDS = "xfce4-dev-tools-native libdisplay-info libwnck3"
|
||||
|
||||
SRC_URI[sha256sum] = "56f29b1d79606fb00a12c83ef4ece12877d2b22bf1acaaff89537fbe8e939f68"
|
||||
|
||||
inherit features_check gobject-introspection gtk-doc xfce
|
||||
|
||||
# Currently, X11 is fully supported. Wayland is partially supported
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}"
|
||||
PACKAGECONFIG[wayland] = "--enable-wayland, --disable-wayland, wayland-native"
|
||||
|
||||
EXTRA_OECONF = "--enable-x11 \
|
||||
WAYLAND_SCANNER=${STAGING_BINDIR_NATIVE}/wayland-scanner \
|
||||
"
|
||||
|
||||
do_compile:prepend() {
|
||||
export GIR_EXTRA_LIBS_PATH=${B}/libxfce4windowing/.libs
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user