summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-02-01 15:16:20 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2013-02-01 17:44:22 +0100
commit74ec0813562525d02da6ac45eb0237382e98a72f (patch)
treeb444b80f4833eebd1f0ac6016be0dc10d6618dbf /meta-oe/recipes-support
parent95b04ad54c1cf0cb114fc720a726695b873c6e0d (diff)
downloadmeta-openembedded-74ec0813562525d02da6ac45eb0237382e98a72f.tar.gz
xchat: add libsexy to DEPENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/xchat/xchat_2.8.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/xchat/xchat_2.8.8.bb b/meta-oe/recipes-support/xchat/xchat_2.8.8.bb
index 3346e1871..70dc150d7 100644
--- a/meta-oe/recipes-support/xchat/xchat_2.8.8.bb
+++ b/meta-oe/recipes-support/xchat/xchat_2.8.8.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Full-featured IRC chat client with scripting support"
2LICENSE = "GPLv2+" 2LICENSE = "GPLv2+"
3HOMEPAGE = "http://www.xchat.org" 3HOMEPAGE = "http://www.xchat.org"
4SECTION = "x11/network" 4SECTION = "x11/network"
5DEPENDS = "libgcrypt zlib gtk+" 5DEPENDS = "libgcrypt zlib gtk+ libsexy"
6DEPENDS += "gdk-pixbuf-native" 6DEPENDS += "gdk-pixbuf-native"
7LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" 7LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
8 8