mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +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:
@@ -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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user