diff options
author | Koen Kooi <koen@openembedded.org> | 2005-08-14 21:59:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-14 21:59:39 +0000 |
commit | d852dbb60699411b9970409f77cc9f6c9b6a017e (patch) | |
tree | ca4a60d4d0215d5129c316a2bedb503d75c5f2ae | |
parent | f3eb2fd587d41e922fa051c983eff8c3f75814bb (diff) |
Add libgpewidget 0.103, matches cairo 0.5 API and fixes the dateselector widget
-rw-r--r-- | packages/libgpewidget/libgpewidget_0.103.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/libgpewidget/libgpewidget_0.103.bb b/packages/libgpewidget/libgpewidget_0.103.bb new file mode 100644 index 0000000000..0d8dcf23cf --- /dev/null +++ b/packages/libgpewidget/libgpewidget_0.103.bb @@ -0,0 +1,19 @@ +LICENSE = "LGPL" +PR = "r2" +DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications." +SECTION = "gpe/libs" +PRIORITY = "optional" +MAINTAINER = "Philip Blundell <pb@handhelds.org>" +DEPENDS = "gtk+ cairo libxrender gtk-doc intltool-native" + +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2" + +inherit pkgconfig autotools + +EXTRA_OECONF = "--enable-cairo" + +do_stage () { + oe_libinstall -C .libs -so libgpewidget ${STAGING_LIBDIR} + autotools_stage_includes +} + |