Files
poky/openembedded/packages/kf/kf_0.5.4.1.bb
Richard Purdie c9fb913812 Provide a path to pkg-config to fix a build failure
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@395 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-05-22 12:13:34 +00:00

17 lines
456 B
BlitzBasic
Executable File

LICENSE = "GPL"
DEPENDS = "libxml2 glib-2.0 gtk+ loudmouth"
MAINTAINER = "Chris Lord <chris@openedhand.com>"
DESCRIPTION = "Kf is a GTK+ instant messaging client."
PR = "r2"
SRC_URI = "http://jabberstudio.2nw.net/${PN}/${PN}-${PV}.tar.gz \
file://fix-configure.patch;patch=1 \
file://fix-desktop-file.patch;patch=0"
inherit autotools pkgconfig
export PKG_CONFIG="${STAGING_BINDIR}/pkg-config"
EXTRA_OECONF = "--disable-binreloc"