diff options
Diffstat (limited to 'meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.21.7.bb')
| -rw-r--r-- | meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.21.7.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.21.7.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.21.7.bb new file mode 100644 index 0000000000..9c86da48e6 --- /dev/null +++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.21.7.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | SUMMARY = "Xfce4 Widget library and X Window System interaction" | ||
| 2 | HOMEPAGE = "https://docs.xfce.org/xfce/libxfce4ui/start" | ||
| 3 | SECTION = "x11/libs" | ||
| 4 | LICENSE = "LGPL-2.0-or-later" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4cf66a4984120007c9881cc871cf49db" | ||
| 6 | DEPENDS = "intltool-native perl-native gtk+3 libxfce4util xfce4-dev-tools xfconf gdk-pixbuf" | ||
| 7 | |||
| 8 | XFCE_COMPRESS_TYPE = "xz" | ||
| 9 | XFCEBASEBUILDCLASS = "meson" | ||
| 10 | |||
| 11 | inherit xfce gtk-doc gobject-introspection features_check | ||
| 12 | |||
| 13 | # libxfce4ui uses 'gtk-doc' instead of 'docs' for meson option | ||
| 14 | GTKDOC_MESON_OPTION = "gtk-doc" | ||
| 15 | |||
| 16 | # xfce4 depends on libwnck3. gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG. | ||
| 17 | # cairo would at least needed to be built with xlib. | ||
| 18 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | ||
| 19 | REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('DISTRO_FEATURES', 'x11','opengl', "", d)}" | ||
| 20 | |||
| 21 | # TODO: Check if 0001-... can go | ||
| 22 | SRC_URI += "file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch \ | ||
| 23 | file://0001-build-Do-not-display-full-path-in-generated-headers.patch \ | ||
| 24 | " | ||
| 25 | SRC_URI[sha256sum] = "a72a7af39cf183819bcfb61b1747d425261e966ccb172b2fc28f1494f524bd17" | ||
| 26 | |||
| 27 | EXTRA_OEMESON = "-Dvala=disabled -Dvendor-info=${DISTRO}" | ||
| 28 | |||
| 29 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)}" | ||
| 30 | PACKAGECONFIG[x11] = "-Dsession-management=enabled -Dstartup-notification=enabled,-Dsession-management=disabled -Dstartup-notification=disabled,libepoxy libice libsm startup-notification" | ||
| 31 | PACKAGECONFIG[wayland] = "-Dwayland=enabled, -Dwayland=disabled," | ||
