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/matchbox-wm/matchbox-wm_1.0.bb | |
parent | e485a5d542a24109c8ab97e58916359efc0cd044 (diff) |
x11: change virtual/x11 to virtual/libx11
Diffstat (limited to 'packages/matchbox-wm/matchbox-wm_1.0.bb')
-rw-r--r-- | packages/matchbox-wm/matchbox-wm_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/matchbox-wm/matchbox-wm_1.0.bb b/packages/matchbox-wm/matchbox-wm_1.0.bb index 88c04d9473..00bea89603 100644 --- a/packages/matchbox-wm/matchbox-wm_1.0.bb +++ b/packages/matchbox-wm/matchbox-wm_1.0.bb @@ -1,7 +1,7 @@ SECTION = "x11/wm" DESCRIPTION = "Matchbox window manager" LICENSE = "GPL" -DEPENDS = "libmatchbox virtual/x11 libxext libxcomposite libxfixes libxdamage libxrender startup-notification expat gconf matchbox-common" +DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes libxdamage libxrender startup-notification expat gconf matchbox-common" RDEPENDS = "matchbox-common" PR="r1" |