blob: 806a383579b0c47af549d4d29f2d7fc05913f681 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
LICENSE = "GPL"
DEPENDS = "libxml2 glib-2.0 gtk+ loudmouth libglade"
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"
|