summaryrefslogtreecommitdiff
path: root/packages/libgpewidget/libgpewidget_0.109.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libgpewidget/libgpewidget_0.109.bb')
-rw-r--r--packages/libgpewidget/libgpewidget_0.109.bb17
1 files changed, 8 insertions, 9 deletions
diff --git a/packages/libgpewidget/libgpewidget_0.109.bb b/packages/libgpewidget/libgpewidget_0.109.bb
index bab62fd3dc..f1078860d7 100644
--- a/packages/libgpewidget/libgpewidget_0.109.bb
+++ b/packages/libgpewidget/libgpewidget_0.109.bb
@@ -2,23 +2,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 intltool-native"
+DEPENDS = "gtk+ cairo libxrender gtk-doc"
MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>"
-PR = "r1"
+PR = "r2"
-PACKAGES =+ "libgpewidget-bin"
-
-PARALLEL_MAKE = ""
-
-SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2 \
- file://pkgconfig.patch;patch=1;pnum=0"
+GPE_TARBALL_SUFFIX = "bz2"
+inherit gpe pkgconfig autotools
-inherit 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 () {