diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-03-01 18:21:32 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-01 18:21:32 +0000 |
commit | 2fb5f01e23b04e171d4dea6e5d1af5640386efac (patch) | |
tree | eb7e4577065e4795754c264f90a335d81c805207 /packages/matchbox-panel | |
parent | 46698c5ce7137787023e838a0f1fd9a0ff214b17 (diff) |
all over the place: adapt DEPENDS to new xlib names
Diffstat (limited to 'packages/matchbox-panel')
-rw-r--r-- | packages/matchbox-panel/matchbox-panel.inc | 2 | ||||
-rw-r--r-- | packages/matchbox-panel/matchbox-panel_0.8.1.bb | 2 | ||||
-rw-r--r-- | packages/matchbox-panel/matchbox-panel_0.8.3.bb | 2 | ||||
-rw-r--r-- | packages/matchbox-panel/matchbox-panel_0.8.bb | 2 | ||||
-rw-r--r-- | packages/matchbox-panel/matchbox-panel_0.9.1.bb | 2 | ||||
-rw-r--r-- | packages/matchbox-panel/matchbox-panel_0.9.bb | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/packages/matchbox-panel/matchbox-panel.inc b/packages/matchbox-panel/matchbox-panel.inc index 78360a54e5..f82b66a0e9 100644 --- a/packages/matchbox-panel/matchbox-panel.inc +++ b/packages/matchbox-panel/matchbox-panel.inc @@ -1,6 +1,6 @@ DESCRIPTION = "Matchbox Window Manager Panel" LICENSE = "GPL" -DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel wireless-tools" +DEPENDS = "libmatchbox libx11 libxext libxpm apmd startup-notification virtual/kernel wireless-tools" SECTION = "x11/wm" inherit autotools pkgconfig gettext diff --git a/packages/matchbox-panel/matchbox-panel_0.8.1.bb b/packages/matchbox-panel/matchbox-panel_0.8.1.bb index 5844cad1f1..75609a598e 100644 --- a/packages/matchbox-panel/matchbox-panel_0.8.1.bb +++ b/packages/matchbox-panel/matchbox-panel_0.8.1.bb @@ -2,7 +2,7 @@ SECTION = "x11/utils" PR = "r4" DESCRIPTION = "Matchbox panel" LICENSE = "GPL" -DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel" +DEPENDS = "libmatchbox libx11 libxext libxpm apmd startup-notification virtual/kernel" SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-panel/0.8/matchbox-panel-${PV}.tar.bz2 \ file://automake-lossage.patch;patch=1 \ diff --git a/packages/matchbox-panel/matchbox-panel_0.8.3.bb b/packages/matchbox-panel/matchbox-panel_0.8.3.bb index 1566cce487..8726982c70 100644 --- a/packages/matchbox-panel/matchbox-panel_0.8.3.bb +++ b/packages/matchbox-panel/matchbox-panel_0.8.3.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Matchbox Window Manager Panel" LICENSE = "GPL" -DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel" +DEPENDS = "libmatchbox libx11 libxext libxpm apmd startup-notification virtual/kernel" SECTION = "x11/wm" PR = "r1" diff --git a/packages/matchbox-panel/matchbox-panel_0.8.bb b/packages/matchbox-panel/matchbox-panel_0.8.bb index fd31832b39..331c049468 100644 --- a/packages/matchbox-panel/matchbox-panel_0.8.bb +++ b/packages/matchbox-panel/matchbox-panel_0.8.bb @@ -1,7 +1,7 @@ SECTION = "x11/utils" DESCRIPTION = "Matchbox panel" LICENSE = "GPL" -DEPENDS = "libmatchbox x11 xext xpm" +DEPENDS = "libmatchbox libx11 libxext libxpm" RDEPENDS = "libmatchbox matchbox-common" SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-panel/${PV}/matchbox-panel-${PV}.tar.bz2" diff --git a/packages/matchbox-panel/matchbox-panel_0.9.1.bb b/packages/matchbox-panel/matchbox-panel_0.9.1.bb index d22391ea1c..d1c263db38 100644 --- a/packages/matchbox-panel/matchbox-panel_0.9.1.bb +++ b/packages/matchbox-panel/matchbox-panel_0.9.1.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Matchbox Window Manager Panel" LICENSE = "GPL" -DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel" +DEPENDS = "libmatchbox libx11 libxext libxpm apmd startup-notification virtual/kernel" SECTION = "x11/wm" PR = "r2" diff --git a/packages/matchbox-panel/matchbox-panel_0.9.bb b/packages/matchbox-panel/matchbox-panel_0.9.bb index c54af97626..725fe257e1 100644 --- a/packages/matchbox-panel/matchbox-panel_0.9.bb +++ b/packages/matchbox-panel/matchbox-panel_0.9.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Matchbox Window Manager Panel" LICENSE = "GPL" -DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel" +DEPENDS = "libmatchbox libx11 libxext libxpm apmd startup-notification virtual/kernel" SECTION = "x11/wm" SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${PV}/${PN}-${PV}.tar.gz" |