diff options
author | Koen Kooi <koen@openembedded.org> | 2006-05-06 15:57:21 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-06 15:57:21 +0000 |
commit | 017e0d534efae56a86e77aaaaa21b904b675f5e9 (patch) | |
tree | f2055c5230fddf1687a6b90709d1cee6c8c1c06f /packages | |
parent | e1b98dd7d44d5d6bdb5c473ffe9158f03bbcfbd6 (diff) |
libgpewidget: add 0.111
Diffstat (limited to 'packages')
-rw-r--r-- | packages/libgpewidget/libgpewidget_0.111.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/libgpewidget/libgpewidget_0.111.bb b/packages/libgpewidget/libgpewidget_0.111.bb new file mode 100644 index 0000000000..780d1e920b --- /dev/null +++ b/packages/libgpewidget/libgpewidget_0.111.bb @@ -0,0 +1,26 @@ +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" +MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>" +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" + +PARALLEL_MAKE = "" + +LDFLAGS += " -L${STAGING_LIBDIR}" + +do_stage () { + autotools_stage_all +} + |