aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnome/libgnome_2.12.0.1.bb
blob: 30b0701a3309aab50f1453a0dc5f80e4ea543416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Gnome application programming libraries"
LICENSE = "GPL"
SECTION = "x11/gnome/libs"
FILE_PR = "r2"

inherit gnome

DEPENDS = "gconf-native gnome-vfs libbonobo"

EXTRA_OECONF = "--disable-gtk-doc"

do_stage() {
autotools_stage_all
}