diff options
-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 | ||