aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/libwnck_2.30.5.bb
blob: 6a981a319b47dae48e11624349ea242bd5e5b56d (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 = "gobject-introspection-native gtk+ gtk+-native"

inherit gnome
SRC_URI[archive.md5sum] = "4162d5b96151e6d24ec02ae3a822203c"
SRC_URI[archive.sha256sum] = "56b6681e89cd45491bb640165d62276d81369a08974042b26645dc1e0e954cc1"

EXTRA_OECONF += "--enable-introspection=no"

do_configure_prepend() {
	sed -i '/GOBJECT_INTROSPECTION_CHECK([0.6.14])/d' configure.ac
}