summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-11-22 17:55:32 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-11 17:21:40 +0000
commit7dc792da69ace87d86a8c16fd7ffb9113e18f8da (patch)
tree82dc8aa129304d4391c12a0138532c0a524e5709 /meta/recipes-gnome
parent5aa481dfedfd089f0d6e8a3bae1b84134d5dff4c (diff)
downloadpoky-7dc792da69ace87d86a8c16fd7ffb9113e18f8da.tar.gz
Revert "libwnck3: remove the recipe"
The epiphany in morty still needs libwnck3, so bring it back. This reverts commit 129281e8557ec8d29ecf863675884713a3050f4b. (From OE-Core rev: d09108805dab4595101706f6e75a0a622d3b0cda) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/libwnck/libwnck3_3.20.1.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-gnome/libwnck/libwnck3_3.20.1.bb b/meta/recipes-gnome/libwnck/libwnck3_3.20.1.bb
new file mode 100644
index 0000000000..fd4ef69497
--- /dev/null
+++ b/meta/recipes-gnome/libwnck/libwnck3_3.20.1.bb
@@ -0,0 +1,19 @@
1SUMMARY = "Window navigation construction toolkit"
2LICENSE = "LGPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
4
5BPN = "libwnck"
6
7SECTION = "x11/libs"
8DEPENDS = "intltool-native gtk+3 gdk-pixbuf-native libxres"
9
10PACKAGECONFIG ??= "startup-notification"
11PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification"
12
13inherit gnomebase gobject-introspection gtk-doc
14SRC_URI[archive.md5sum] = "487938d65d4bfae1f2501052b1bd7492"
15SRC_URI[archive.sha256sum] = "1cb03716bc477058dfdf3ebfa4f534de3b13b1aa067fcd064d0b7813291cba72"
16
17inherit distro_features_check
18# libxres means x11 only
19REQUIRED_DISTRO_FEATURES = "x11"