diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-02-01 15:16:20 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-02-01 17:44:22 +0100 |
commit | 74ec0813562525d02da6ac45eb0237382e98a72f (patch) | |
tree | b444b80f4833eebd1f0ac6016be0dc10d6618dbf /meta-oe | |
parent | 95b04ad54c1cf0cb114fc720a726695b873c6e0d (diff) | |
download | meta-openembedded-74ec0813562525d02da6ac45eb0237382e98a72f.tar.gz |
xchat: add libsexy to DEPENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/xchat/xchat_2.8.8.bb | 2 |
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" | |||
2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPLv2+" |
3 | HOMEPAGE = "http://www.xchat.org" | 3 | HOMEPAGE = "http://www.xchat.org" |
4 | SECTION = "x11/network" | 4 | SECTION = "x11/network" |
5 | DEPENDS = "libgcrypt zlib gtk+" | 5 | DEPENDS = "libgcrypt zlib gtk+ libsexy" |
6 | DEPENDS += "gdk-pixbuf-native" | 6 | DEPENDS += "gdk-pixbuf-native" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" |
8 | 8 | ||