libgpe-widget: import from OE .dev a263524ca222f1968507489313211b4fa674e963

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-04-18 11:02:33 +02:00
parent c1e4031179
commit e402205cb5
2 changed files with 35 additions and 0 deletions
@@ -0,0 +1,11 @@
--- configure.ac.orig 2006-02-04 17:37:55.000000000 +0100
+++ configure.ac 2006-02-06 00:56:28.000000000 +0100
@@ -36,7 +36,7 @@
ENABLE_CAIRO=$enableval
],
[
- PKG_CHECK_EXISTS(cairo, [ENABLE_CAIRO=yes], [ENABLE_CAIRO=no])
+ PKG_CHECK_MODULES(cairo, [ENABLE_CAIRO=yes], [ENABLE_CAIRO=no])
])
ENABLE_HILDON=false
@@ -0,0 +1,24 @@
DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
SECTION = "gpe/libs"
PRIORITY = "optional"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=d8045f3b8f929c1cb29a1e3fd737b499"
DEPENDS = "gtk+ cairo libxinerama libxcomposite libxrender gtk-doc"
PR = "r0"
SRC_URI += "file://pkgconfig.patch;striplevel=0"
SRC_URI[md5sum] = "b85a839264a35d0faf9a1a38c486e189"
SRC_URI[sha256sum] = "f96d30c09b0395ea4e146730fd52d9ea303b619bb139051d9f12d3f868a9e18c"
GPE_TARBALL_SUFFIX = "bz2"
inherit gpe pkgconfig autotools
EXTRA_OECONF = "--enable-cairo"
LDFLAGS += " -L${STAGING_LIBDIR}"
PACKAGES =+ "libgpewidget-bin"
FILES_libgpewidget-bin = "${bindir}/*"