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/xorg-app/setxkbmap_1.0.3.bb | |
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/xorg-app/setxkbmap_1.0.3.bb')
-rw-r--r-- | recipes/xorg-app/setxkbmap_1.0.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xorg-app/setxkbmap_1.0.3.bb b/recipes/xorg-app/setxkbmap_1.0.3.bb index 69a35b48d2..b3c31c7972 100644 --- a/recipes/xorg-app/setxkbmap_1.0.3.bb +++ b/recipes/xorg-app/setxkbmap_1.0.3.bb @@ -3,7 +3,7 @@ PE = "1" #DESCRIPTION = "" -DEPENDS += " libxkbfile virtual/libx11" +DEPENDS += " libxkbfile " SRC_URI[archive.md5sum] = "2b53542095a35a8a5731164118643883" |