blob: 892b8ecbe61d77dcd89c9e4c0662dfc78645bfb5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
LICENSE = "GPL"
DEPENDS = "libxml2 glib-2.0 gtk+ loudmouth"
MAINTAINER = "Chris Lord <chris@openedhand.com>"
DESCRIPTION = "Kf is a GTK+ instant messaging client."
SRC_URI = "http://jabberstudio.2nw.net/${PN}/${PN}-${PV}.tar.gz \
file://fix-configure.patch;patch=1"
inherit autotools pkgconfig
EXTRA_OECONF = "--disable-binreloc"
|