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/gpe-what/gpe-what_0.31.bb | |
parent | e485a5d542a24109c8ab97e58916359efc0cd044 (diff) |
x11: change virtual/x11 to virtual/libx11
Diffstat (limited to 'packages/gpe-what/gpe-what_0.31.bb')
-rw-r--r-- | packages/gpe-what/gpe-what_0.31.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gpe-what/gpe-what_0.31.bb b/packages/gpe-what/gpe-what_0.31.bb index a82e6e26cb..6d902f6a2e 100644 --- a/packages/gpe-what/gpe-what_0.31.bb +++ b/packages/gpe-what/gpe-what_0.31.bb @@ -3,5 +3,5 @@ SECTION = "gpe" inherit gpe DESCRIPTION = "GPE modal help" -DEPENDS = "virtual/x11 libxpm libmatchbox" +DEPENDS = "virtual/libx11 libxpm libmatchbox" MAINTAINER = "Phil Blundell <pb@handhelds.org>" |