blob: b50a8c84112bc58920cb6659da38c920fbfeb2e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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=0"
inherit autotools pkgconfig
EXTRA_OECONF = "--disable-binreloc"
|