aboutsummaryrefslogtreecommitdiffstats
path: root/packages/maemo/hildon-lgpl_0.9.14-2.bb
blob: 4628335b433aa8f0259ef37f139f932f75aa4b39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LICENSE = 	"LGPL"
MAINTAINER = "Koen Kooi <koen@handhelds.org>"

DEPENDS = "gtk+ outo xtst libmatchbox libxi xt libpng gconf"

SRC_URI = 	"http://repository.maemo.org/pool/maemo/ossw/source/h/hildon-lgpl/hildon-lgpl_${PV}.tar.gz \
			file://hildon-lgpl-noWerror.patch;patch=1"

S =	"${WORKDIR}/hildon-lgpl-0.9.14"
EXTRA_OECONF =	"--disable-gtk-doc"

inherit pkgconfig autotools

do_stage() {
	install -d ${STAGING_INCDIR}/hildon-widgets
	install -m 644 hildon-lgpl/*.h ${STAGING_INCDIR}/hildon-widgets
}