diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/libwnck/libwnck3_3.24.1.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/libwnck/libwnck3_3.24.1.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.24.1.bb b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.24.1.bb new file mode 100644 index 0000000000..f3103b4d77 --- /dev/null +++ b/meta-gnome/recipes-gnome/libwnck/libwnck3_3.24.1.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 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] = "--enable-startup-notification,--disable-startup-notification,startup-notification" | ||
| 12 | |||
| 13 | inherit gnomebase gobject-introspection gtk-doc gettext | ||
| 14 | |||
| 15 | SRC_URI[archive.md5sum] = "23df51ec0a1169014fe3a102d572b244" | ||
| 16 | SRC_URI[archive.sha256sum] = "afa6dc283582ffec15c3374790bcbcb5fb422bd38356d72deeef35bf7f9a1f04" | ||
| 17 | |||
| 18 | inherit distro_features_check | ||
| 19 | # libxres means x11 only | ||
| 20 | REQUIRED_DISTRO_FEATURES = "x11" | ||
