summaryrefslogtreecommitdiff
path: root/recipes/xchat
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2009-12-02 16:27:30 +0000
committerKoen Kooi <koen@openembedded.org>2009-12-04 10:43:09 +0100
commite18e6777744c149c7b53eefeaccb22c2ac65565e (patch)
treeab9b632979b5130d3eb58513d636444a16f7bb7d /recipes/xchat
parent7d8f5bda03eec4ebbfce123f7f38c9eeda90edd2 (diff)
xchat 2.8.6: Drop TCL support from build.
Diffstat (limited to 'recipes/xchat')
-rw-r--r--recipes/xchat/xchat_2.8.6.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xchat/xchat_2.8.6.bb b/recipes/xchat/xchat_2.8.6.bb
index 9be5bd385f..2c5de69fb0 100644
--- a/recipes/xchat/xchat_2.8.6.bb
+++ b/recipes/xchat/xchat_2.8.6.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.xchat.org"
SECTION = "x11/network"
DEPENDS = "libgcrypt zlib gtk+"
DEPENDS += "gdk-pixbuf-csource-native"
-PR = "r0"
+PR = "r1"
SRC_URI = "http://www.xchat.org/files/source/2.8/xchat-${PV}.tar.bz2"
@@ -13,6 +13,7 @@ inherit autotools
EXTRA_OECONF = "\
--disable-perl \
--disable-python \
+ --disable-tcl \
"
#Fix little bug that slipped into the 2.8.6 release, already fixed upstream.