aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/libwnck_2.30.0.bb
blob: f12f873ba50ba8dd2764eb20127f0527b088d861 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Window navigation construction toolkit"
LICENSE = "LGPL"
SECTION = "x11/libs"
DEPENDS = "gtk+ gdk-pixbuf-csource-native"

inherit gnome
SRC_URI[archive.md5sum] = "ed79955dabb606ee0e6d112a291005ad"
SRC_URI[archive.sha256sum] = "d35bcc28548945915da4f5cafd0555606f972e236cc5f9dbb0186186dfbf5247"

do_configure() {
	gnu-configize
	oe_runconf
}