diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-21 11:23:29 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-21 11:23:29 +0000 |
commit | eef43c9f5571ab000c4fd1d8ca88a3dbdd47f2e2 (patch) | |
tree | 05a0c81223d240697e93e7b70c8cac90376ddfa7 /meta/packages/rxvt-unicode/rxvt-unicode_5.6.bb | |
parent | b57a5d53ea6bdb7ce910a990f1ef584d23e6a582 (diff) | |
download | poky-eef43c9f5571ab000c4fd1d8ca88a3dbdd47f2e2.tar.gz |
s#libx11#virtual/libx11#
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@913 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/rxvt-unicode/rxvt-unicode_5.6.bb')
-rw-r--r-- | meta/packages/rxvt-unicode/rxvt-unicode_5.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/rxvt-unicode/rxvt-unicode_5.6.bb b/meta/packages/rxvt-unicode/rxvt-unicode_5.6.bb index b224bb0c9d..8dcf1776ed 100644 --- a/meta/packages/rxvt-unicode/rxvt-unicode_5.6.bb +++ b/meta/packages/rxvt-unicode/rxvt-unicode_5.6.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SECTION = "x11/utils" | 1 | SECTION = "x11/utils" |
2 | DEPENDS = "libx11 libxt libxft" | 2 | DEPENDS = "virtual/libx11 libxt libxft" |
3 | DESCRIPTION = "rxvt-unicode is a clone of the well known \ | 3 | DESCRIPTION = "rxvt-unicode is a clone of the well known \ |
4 | terminal emulator rxvt, modified to store text in Unicode \ | 4 | terminal emulator rxvt, modified to store text in Unicode \ |
5 | (either UCS-2 or UCS-4) and to use locale-correct input and \ | 5 | (either UCS-2 or UCS-4) and to use locale-correct input and \ |