diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/libwnck/libwnck3_40.1.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/libwnck/libwnck3_40.1.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck3_40.1.bb b/meta-gnome/recipes-gnome/libwnck/libwnck3_40.1.bb new file mode 100644 index 0000000000..6c9e631e11 --- /dev/null +++ b/meta-gnome/recipes-gnome/libwnck/libwnck3_40.1.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | SUMMARY = "Window navigation construction toolkit" | ||
| 2 | LICENSE = "LGPLv2" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | ||
| 4 | |||
| 5 | BPN = "libwnck" | ||
| 6 | |||
| 7 | SECTION = "x11/libs" | ||
| 8 | DEPENDS = "intltool-native gnome-common-native gtk+3 gdk-pixbuf-native libxres" | ||
| 9 | |||
| 10 | PACKAGECONFIG ??= "startup-notification" | ||
| 11 | PACKAGECONFIG[startup-notification] = "-Dstartup_notification=enabled,-Dstartup_notification=disabled,startup-notification" | ||
| 12 | |||
| 13 | GNOMEBASEBUILDCLASS = "meson" | ||
| 14 | GTKDOC_MESON_OPTION = "gtk_doc" | ||
| 15 | GIR_MESON_ENABLE_FLAG = 'enabled' | ||
| 16 | GIR_MESON_DISABLE_FLAG = 'disabled' | ||
| 17 | |||
| 18 | inherit gnomebase gobject-introspection gtk-doc gettext features_check | ||
| 19 | |||
| 20 | def gnome_verdir(v): | ||
| 21 | return oe.utils.trim_version(v, 1) | ||
| 22 | |||
| 23 | SRC_URI[archive.sha256sum] = "03134fa114ef3fbe34075aa83678f58aa2debe9fcef4ea23c0779e28601d6611" | ||
| 24 | |||
| 25 | # libxres means x11 only | ||
| 26 | REQUIRED_DISTRO_FEATURES = "x11" | ||
