blob: 495894b899f12c5fd5330476f67fa81b014ab69b [file] [log] [blame]
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05001SUMMARY = "Window navigation construction toolkit"
2LICENSE = "LGPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
4
5BPN = "libwnck"
6
7SECTION = "x11/libs"
8DEPENDS = "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
14SRC_URI[archive.md5sum] = "d96c0b74c4dc5fdae758964098603c90"
15SRC_URI[archive.sha256sum] = "bb643c9c423c8aa79c59973ce27ce91d3b180d1e9907902278fb79391f52befa"
16
17inherit distro_features_check
18# libxres means x11 only
19REQUIRED_DISTRO_FEATURES = "x11"
20