aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/libwnck_2.30.5.bb
blob: ba7a0287ea3ab2fc1152404fc2dc08e2f6813fdc (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+ 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
}