diff options
author | Justin Patrin <papercrane@gmail.com> | 2006-07-29 01:56:36 +0000 |
---|---|---|
committer | Justin Patrin <papercrane@gmail.com> | 2006-07-29 01:56:36 +0000 |
commit | 1e2a6ff6ffac1ac6b3005f716bb5c11395396434 (patch) | |
tree | 6b95e39a424a6c451fd913a2ed3b447710703eed /packages/rxvt-unicode/rxvt-unicode_5.2.bb | |
parent | e485a5d542a24109c8ab97e58916359efc0cd044 (diff) |
x11: change virtual/x11 to virtual/libx11
Diffstat (limited to 'packages/rxvt-unicode/rxvt-unicode_5.2.bb')
-rw-r--r-- | packages/rxvt-unicode/rxvt-unicode_5.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/rxvt-unicode/rxvt-unicode_5.2.bb b/packages/rxvt-unicode/rxvt-unicode_5.2.bb index 001da697ad..966f006178 100644 --- a/packages/rxvt-unicode/rxvt-unicode_5.2.bb +++ b/packages/rxvt-unicode/rxvt-unicode_5.2.bb @@ -1,5 +1,5 @@ SECTION = "x11/utils" -DEPENDS = "virtual/x11 libxt libxft" +DEPENDS = "virtual/libx11 libxt libxft" DESCRIPTION = "rxvt-unicode is a clone of the well known \ terminal emulator rxvt, modified to store text in Unicode \ (either UCS-2 or UCS-4) and to use locale-correct input and \ |