Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 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 = "gobject-introspection-stub 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 |
| 14 | SRC_URI[archive.md5sum] = "4538672e0d775fadedf10abeb8020047" |
| 15 | SRC_URI[archive.sha256sum] = "f5080076346609b4c36394b879f3a86b92ced3b90a37cb54c8e9a14f00e7921c" |
Patrick Williams | f1e5d69 | 2016-03-30 15:21:19 -0500 | [diff] [blame^] | 16 | |
| 17 | inherit distro_features_check |
| 18 | # libxres means x11 only |
| 19 | REQUIRED_DISTRO_FEATURES = "x11" |
| 20 | |