blob: 70914f9b0f6509d4e8fc657bf52d8ba104e822ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|