diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-03-29 15:07:23 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-03-29 15:07:23 +0000 |
commit | 01f88920ce441e6532d4264b7903492093f90d4f (patch) | |
tree | 1a0f64f61aed1229c0176ceaadc4a2ca502840b3 /packages | |
parent | ccbad9e034d41f730ee8432f59f36d18d47f5a57 (diff) | |
parent | 03b7dd2e8376b90878adbbb4cf362f3313b24aec (diff) |
merge of 'be935cd20984b601cff3bf92e55199ca58f342d4'
and 'fffc9d2a17f28ac531659b76c1a1e0e37d2e7d17'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/libgpewidget/libgpewidget_0.115.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/libgpewidget/libgpewidget_0.115.bb b/packages/libgpewidget/libgpewidget_0.115.bb new file mode 100644 index 0000000000..f679296c71 --- /dev/null +++ b/packages/libgpewidget/libgpewidget_0.115.bb @@ -0,0 +1,22 @@ +LICENSE = "LGPL" +DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications." +SECTION = "gpe/libs" +PRIORITY = "optional" +DEPENDS = "gtk+ cairo libxrender gtk-doc" +PR = "r0" + +GPE_TARBALL_SUFFIX = "bz2" +inherit gpe pkgconfig autotools + +SRC_URI += "file://pkgconfig.patch;patch=1;pnum=0" + +PACKAGES =+ "libgpewidget-bin" +FILES_libgpewidget-bin = "${bindir}/*" + +EXTRA_OECONF = "--enable-cairo" + +LDFLAGS += " -L${STAGING_LIBDIR}" + +do_stage () { + autotools_stage_all +} |