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

inherit gnome

do_stage() {
	autotools_stage_all
}