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

inherit autotools_stage gnome lib_package

DEPENDS = "gtk+ dbus"

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