diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-03-29 14:55:17 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-03-29 14:55:17 +0000 |
commit | 03b7dd2e8376b90878adbbb4cf362f3313b24aec (patch) | |
tree | 78ade18c3bb41ffb3ae8a4eb7b674dbeb72a0bac | |
parent | 9afe535895977c44c960b3b1df5ea347f227bebe (diff) | |
parent | effaa4e341e06db4d82ad45c999a20d895b63cdd (diff) |
merge of '113174d33136a54f14b81e89817064146ea7422c'
and 'e537e43379a96a77d936e5011051050129d6a7f9'
-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 +} |