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/detect-stylus | |
parent | 46698c5ce7137787023e838a0f1fd9a0ff214b17 (diff) |
all over the place: adapt DEPENDS to new xlib names
Diffstat (limited to 'packages/detect-stylus')
-rw-r--r-- | packages/detect-stylus/detect-stylus_0.10.bb | 2 | ||||
-rw-r--r-- | packages/detect-stylus/detect-stylus_0.13.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/detect-stylus/detect-stylus_0.10.bb b/packages/detect-stylus/detect-stylus_0.10.bb index d4cec0efd7..bc7103cb24 100644 --- a/packages/detect-stylus/detect-stylus_0.10.bb +++ b/packages/detect-stylus/detect-stylus_0.10.bb @@ -3,7 +3,7 @@ LICENSE = "GPL" PR = "r2" -DEPENDS = "x11 xrdb xcursor-transparent-theme" +DEPENDS = "libx11 xrdb xcursor-transparent-theme" RDEPENDS = "xrdb xcursor-transparent-theme" SECTION = "gpe" diff --git a/packages/detect-stylus/detect-stylus_0.13.bb b/packages/detect-stylus/detect-stylus_0.13.bb index c0ece8754e..793cbef849 100644 --- a/packages/detect-stylus/detect-stylus_0.13.bb +++ b/packages/detect-stylus/detect-stylus_0.13.bb @@ -3,7 +3,7 @@ LICENSE = "GPL" PR = "r2" -DEPENDS = "x11 xcursor-transparent-theme xrdb" +DEPENDS = "libx11 xcursor-transparent-theme xrdb" SECTION = "gpe" RDEPENDS = "xrdb" |