diff options
Diffstat (limited to 'recipes/libgpewidget/libgpewidget_svn.bb')
-rw-r--r-- | recipes/libgpewidget/libgpewidget_svn.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes/libgpewidget/libgpewidget_svn.bb b/recipes/libgpewidget/libgpewidget_svn.bb new file mode 100644 index 0000000000..324173752d --- /dev/null +++ b/recipes/libgpewidget/libgpewidget_svn.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications." +SECTION = "gpe/libs" +LICENSE = "LGPL" +PRIORITY = "optional" +DEPENDS = "gtk+ cairo libxrender gtk-doc" +PV = "0.114+svn${SRCDATE}" +PR = "r1" + +DEFAULT_PREFERENCE = "-1" + +inherit gpe autotools pkgconfig + +SRC_URI = "${GPE_SVN}" +S = "${WORKDIR}/${PN}" + +EXTRA_OECONF = "--enable-cairo" + +do_stage () { + autotools_stage_all +} + +RRECOMMENDS_${PN} = "gpe-icons" |