diff options
Diffstat (limited to 'meta-gpe/recipes-graphics/libgpewidget/libgpewidget_0.117.bb')
| -rw-r--r-- | meta-gpe/recipes-graphics/libgpewidget/libgpewidget_0.117.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-gpe/recipes-graphics/libgpewidget/libgpewidget_0.117.bb b/meta-gpe/recipes-graphics/libgpewidget/libgpewidget_0.117.bb new file mode 100644 index 0000000000..ca5b66c73b --- /dev/null +++ b/meta-gpe/recipes-graphics/libgpewidget/libgpewidget_0.117.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications." | ||
| 2 | SECTION = "gpe/libs" | ||
| 3 | PRIORITY = "optional" | ||
| 4 | |||
| 5 | LICENSE = "LGPLv2.1" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=d8045f3b8f929c1cb29a1e3fd737b499" | ||
| 7 | |||
| 8 | DEPENDS = "gtk+ cairo libxinerama libxcomposite libxrender gtk-doc" | ||
| 9 | PR = "r0" | ||
| 10 | |||
| 11 | SRC_URI += "file://pkgconfig.patch;striplevel=0" | ||
| 12 | SRC_URI[md5sum] = "b85a839264a35d0faf9a1a38c486e189" | ||
| 13 | SRC_URI[sha256sum] = "f96d30c09b0395ea4e146730fd52d9ea303b619bb139051d9f12d3f868a9e18c" | ||
| 14 | |||
| 15 | GPE_TARBALL_SUFFIX = "bz2" | ||
| 16 | |||
| 17 | inherit gpe pkgconfig autotools | ||
| 18 | |||
| 19 | EXTRA_OECONF = "--enable-cairo" | ||
| 20 | LDFLAGS += " -L${STAGING_LIBDIR}" | ||
| 21 | |||
| 22 | PACKAGES =+ "libgpewidget-bin" | ||
| 23 | FILES_libgpewidget-bin = "${bindir}/*" | ||
| 24 | |||
