diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 10:43:42 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 11:11:25 +0200 |
| commit | a8ea0a503e3e8d5e6c4eaff169219e87829ee195 (patch) | |
| tree | ce2ee2a0e301fe315a8e45f9e671d9a484645b7a /recipes | |
| parent | 18d038feba923df6074d75f9e5c76d64caf0fbea (diff) | |
xorg-app: remove extra DEPENDS on virtual/libx11, which is already set in xorg-app-common.inc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
125 files changed, 107 insertions, 154 deletions
diff --git a/recipes/xorg-app/appres_1.0.1.bb b/recipes/xorg-app/appres_1.0.1.bb index fe9d7f360a..5646bf3231 100644 --- a/recipes/xorg-app/appres_1.0.1.bb +++ b/recipes/xorg-app/appres_1.0.1.bb @@ -3,7 +3,7 @@ PE = "1" DESCRIPTION = "The appres program prints the resources seen by an application." -DEPENDS += " virtual/libx11 libxt" +DEPENDS += " libxt" SRC_URI[archive.md5sum] = "420e6cdf38bb771ec8b00228bf09e8ff" diff --git a/recipes/xorg-app/appres_1.0.2.bb b/recipes/xorg-app/appres_1.0.2.bb index 605616a443..c9978130ef 100644 --- a/recipes/xorg-app/appres_1.0.2.bb +++ b/recipes/xorg-app/appres_1.0.2.bb @@ -3,7 +3,7 @@ PE = "1" DESCRIPTION = "The appres program prints the resources seen by an application." -DEPENDS += " virtual/libx11 libxt" +DEPENDS += " libxt" SRC_URI[archive.md5sum] = "6f2f5d9f41669d498b56d73dc3206951" diff --git a/recipes/xorg-app/beforelight_1.0.2.bb b/recipes/xorg-app/beforelight_1.0.2.bb index 5dab32f462..ca8422610b 100644 --- a/recipes/xorg-app/beforelight_1.0.2.bb +++ b/recipes/xorg-app/beforelight_1.0.2.bb @@ -3,7 +3,7 @@ PE = "1" #DESCRIPTION = "" -DEPENDS += " virtual/libx11 libxscrnsaver libxt libxaw libxt" +DEPENDS += " libxscrnsaver libxt libxaw libxt" SRC_URI[archive.md5sum] = "8bc2e35cdcd2e6a80eab1b77c41f2a46" diff --git a/recipes/xorg-app/beforelight_1.0.3.bb b/recipes/xorg-app/beforelight_1.0.3.bb index b3af2b7488..ec41546408 100644 --- a/recipes/xorg-app/beforelight_1.0.3.bb +++ b/recipes/xorg-app/beforelight_1.0.3.bb @@ -1,7 +1,7 @@ require xorg-app-common.inc DESCRIPTION = "a sample implementation of a screen saver for X" -DEPENDS += " virtual/libx11 libxscrnsaver libxt libxaw libxt" +DEPENDS += " libxscrnsaver libxt libxaw libxt" PE = "1" SRC_URI[archive.md5sum] = "d55b0e7196dafcfeb4db3886af2e1969" diff --git a/recipes/xorg-app/bitmap_1.0.2.bb b/recipes/xorg-app/bitmap_1.0.2.bb index f2399005ff..7f0506e321 100644 --- a/recipes/xorg-app/bitmap_1.0.2.bb +++ b/recipes/xorg-app/bitmap_1.0.2.bb @@ -1,7 +1,7 @@ require xorg-app-common.inc PE = "1" -DEPENDS += " virtual/libx11 libxmu xbitmaps libxt" +DEPENDS += " libxmu xbitmaps libxt" |
