midori: add 0.2.4
[openembedded.git] / recipes / libgpewidget / libgpewidget_svn.bb
blob324173752ddad03152b89a191fedd5fd25124af5
1 DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
2 SECTION = "gpe/libs"
3 LICENSE = "LGPL"
4 PRIORITY = "optional"
5 DEPENDS = "gtk+ cairo libxrender gtk-doc"
6 PV = "0.114+svn${SRCDATE}"
7 PR = "r1"
9 DEFAULT_PREFERENCE = "-1"
11 inherit gpe autotools pkgconfig
13 SRC_URI = "${GPE_SVN}"
14 S = "${WORKDIR}/${PN}"
16 EXTRA_OECONF = "--enable-cairo"
18 do_stage () {
19 autotools_stage_all
22 RRECOMMENDS_${PN} = "gpe-icons"