chinook-compat: add new toolchain options and stick to util-linux
[openembedded.git] / recipes / xchat / xchat_2.8.4.bb
blob6626f67ed14f0ea00f9c3726cceee477a811b611
1 DESCRIPTION = "Full-featured IRC chat client with scripting support"
2 LICENSE = "GPL"
3 HOMEPAGE = "http://www.xchat.org"
4 SECTION = "x11/network"
5 DEPENDS = "libgcrypt zlib gtk+"
6 DEPENDS += "gdk-pixbuf-csource-native"
7 PR = "r0"
9 SRC_URI = "http://www.xchat.org/files/source/2.8/xchat-${PV}.tar.bz2"
11 inherit autotools
13 EXTRA_OECONF = "\
14 --disable-perl \
15 --disable-python \
18 FILES_${PN}-dbg += "${libdir}/xchat/plugins/.debug"