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/gpe-what | |
parent | 46698c5ce7137787023e838a0f1fd9a0ff214b17 (diff) |
all over the place: adapt DEPENDS to new xlib names
Diffstat (limited to 'packages/gpe-what')
-rw-r--r-- | packages/gpe-what/gpe-what_0.30.bb | 2 | ||||
-rw-r--r-- | packages/gpe-what/gpe-what_0.31.bb | 2 | ||||
-rw-r--r-- | packages/gpe-what/gpe-what_0.33.bb | 2 | ||||
-rw-r--r-- | packages/gpe-what/gpe-what_0.41.bb | 2 | ||||
-rw-r--r-- | packages/gpe-what/gpe-what_0.42.bb | 2 | ||||
-rw-r--r-- | packages/gpe-what/gpe-what_cvs.bb | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/packages/gpe-what/gpe-what_0.30.bb b/packages/gpe-what/gpe-what_0.30.bb index c5d4ed8b42..4bd9e5e779 100644 --- a/packages/gpe-what/gpe-what_0.30.bb +++ b/packages/gpe-what/gpe-what_0.30.bb @@ -3,7 +3,7 @@ SECTION = "gpe" inherit gpe DESCRIPTION = "GPE modal help" -DEPENDS = "x11" +DEPENDS = "libx11" MAINTAINER = "Phil Blundell <pb@handhelds.org>" do_compile_prepend() { diff --git a/packages/gpe-what/gpe-what_0.31.bb b/packages/gpe-what/gpe-what_0.31.bb index 5268c2cded..e660eea21b 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 = "x11 xpm libmatchbox" +DEPENDS = "libx11 libxpm libmatchbox" MAINTAINER = "Phil Blundell <pb@handhelds.org>" diff --git a/packages/gpe-what/gpe-what_0.33.bb b/packages/gpe-what/gpe-what_0.33.bb index 062a7c6db1..98710f551f 100644 --- a/packages/gpe-what/gpe-what_0.33.bb +++ b/packages/gpe-what/gpe-what_0.33.bb @@ -5,5 +5,5 @@ inherit gpe SRC_URI += "file://makefile-fix.patch;patch=1" DESCRIPTION = "GPE modal help" -DEPENDS = "x11 xpm libmatchbox" +DEPENDS = "libx11 libxpm libmatchbox" MAINTAINER = "Phil Blundell <pb@handhelds.org>" diff --git a/packages/gpe-what/gpe-what_0.41.bb b/packages/gpe-what/gpe-what_0.41.bb index b7f8d17201..383e31995f 100644 --- a/packages/gpe-what/gpe-what_0.41.bb +++ b/packages/gpe-what/gpe-what_0.41.bb @@ -1,6 +1,6 @@ LICENSE = "GPL" DESCRIPTION = "GPE modal help" -DEPENDS = "x11 gtk+" +DEPENDS = "libx11 gtk+" GPE_TARBALL_SUFFIX= "bz2" diff --git a/packages/gpe-what/gpe-what_0.42.bb b/packages/gpe-what/gpe-what_0.42.bb index b7f8d17201..383e31995f 100644 --- a/packages/gpe-what/gpe-what_0.42.bb +++ b/packages/gpe-what/gpe-what_0.42.bb @@ -1,6 +1,6 @@ LICENSE = "GPL" DESCRIPTION = "GPE modal help" -DEPENDS = "x11 gtk+" +DEPENDS = "libx11 gtk+" GPE_TARBALL_SUFFIX= "bz2" diff --git a/packages/gpe-what/gpe-what_cvs.bb b/packages/gpe-what/gpe-what_cvs.bb index 0cc7c96016..3da6662afb 100644 --- a/packages/gpe-what/gpe-what_cvs.bb +++ b/packages/gpe-what/gpe-what_cvs.bb @@ -10,4 +10,4 @@ inherit autotools gpe SRC_URI = "${HANDHELDS_CVS};module=gpe/base/${PN}" DESCRIPTION = "GPE modal help" -DEPENDS = "x11 gtk+" +DEPENDS = "libx11 gtk+" |