diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/libwnck/libwnck3_43.3.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/libwnck/libwnck3_43.3.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck3_43.3.bb b/meta-gnome/recipes-gnome/libwnck/libwnck3_43.3.bb new file mode 100644 index 0000000000..3a49c0e2f3 --- /dev/null +++ b/meta-gnome/recipes-gnome/libwnck/libwnck3_43.3.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | SUMMARY = "Window navigation construction toolkit" | ||
| 2 | LICENSE = "LGPL-2.0-only" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | ||
| 4 | |||
| 5 | GNOMEBN = "libwnck" | ||
| 6 | |||
| 7 | SECTION = "x11/libs" | ||
| 8 | DEPENDS = "cairo glib-2.0 gtk+3" | ||
| 9 | |||
| 10 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | ||
| 11 | PACKAGECONFIG[x11] = "-Dstartup_notification=enabled,-Dstartup_notification=disabled,startup-notification libxres" | ||
| 12 | |||
| 13 | GTKDOC_MESON_OPTION = "gtk_doc" | ||
| 14 | GIR_MESON_ENABLE_FLAG = 'enabled' | ||
| 15 | GIR_MESON_DISABLE_FLAG = 'disabled' | ||
| 16 | |||
| 17 | inherit gnomebase gobject-introspection gtk-doc gettext features_check | ||
| 18 | |||
| 19 | def gnome_verdir(v): | ||
| 20 | return oe.utils.trim_version(v, 1) | ||
| 21 | |||
| 22 | SRC_URI += "file://0001-Fix-build-issue-caused-by-OE-core-changes-to-startup.patch;patch=1" | ||
| 23 | SRC_URI[archive.sha256sum] = "6af8ac41a8f067ade1d3caaed254a83423b5f61ad3f7a460fcacbac2e192bdf7" | ||
| 24 | |||
| 25 | REQUIRED_DISTRO_FEATURES = "x11" | ||
