aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/libunique_1.1.2.bb
blob: eaa4af50a8cd502c7a8c6c31caab8985acf9857e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
LICENSE = "LGPL"
SECTION = "x11/gnome"

inherit autotools_stage gnome lib_package

DEPENDS = "gtk+ dbus"

EXTRA_OECONF = "--enable-introspection=no"

do_configure_prepend() {
	sed -i -e 's: doc : :g' ${S}/Makefile.am
}