xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Window navigation construction toolkit"
2*4882a593SmuzhiyunLICENSE = "LGPL-2.0-only"
3*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
4*4882a593Smuzhiyun
5*4882a593SmuzhiyunSECTION = "x11/libs"
6*4882a593SmuzhiyunDEPENDS = "intltool-native gnome-common-native gtk+ gdk-pixbuf-native libxres"
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunPACKAGECONFIG ??= "startup-notification"
9*4882a593SmuzhiyunPACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification"
10*4882a593Smuzhiyun
11*4882a593Smuzhiyuninherit gnomebase gobject-introspection features_check
12*4882a593SmuzhiyunREQUIRED_DISTRO_FEATURES = "x11"
13*4882a593Smuzhiyun
14*4882a593SmuzhiyunSRC_URI[archive.md5sum] = "f03e1139296e2a3a92e3b65a3080cd32"
15*4882a593SmuzhiyunSRC_URI[archive.sha256sum] = "83f732d20781fc88b22cdc6aaf2d4f388db6d3d4ff28d1a8fd45be9fb7743a9e"
16*4882a593Smuzhiyun
17*4882a593Smuzhiyundo_install:append() {
18*4882a593Smuzhiyun    # to avoid conflicts with libwnck3 remove cmdline tools
19*4882a593Smuzhiyun    # if the tools are requrired add libwnck3 to your image
20*4882a593Smuzhiyun    rm ${D}${bindir}/wnckprop
21*4882a593Smuzhiyun    rm ${D}${bindir}/wnck-urgency-monitor
22*4882a593Smuzhiyun    rmdir ${D}${bindir}
23*4882a593Smuzhiyun}
24