diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-02-07 14:14:00 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2011-02-09 22:45:47 +0000 |
commit | b0c2d6fed4914c55361816c520b45feff28aa15d (patch) | |
tree | a6d6a62a4f2c34274c79e32647b50291e902bd0c /meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc | |
parent | 2fbcf1419909cf2840d56bf461ab04f8298f14c6 (diff) | |
download | poky-b0c2d6fed4914c55361816c520b45feff28aa15d.tar.gz |
xserver-kdrive.inc: add openssl to DEPENDS
This fixes the following configure error:
No suitable SHA1 implementation found
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc b/meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc index 920c03285a..52b63ed0f4 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc | |||
@@ -2,7 +2,7 @@ LICENSE = "MIT" | |||
2 | DEPENDS = "compositeproto damageproto fixesproto recordproto resourceproto \ | 2 | DEPENDS = "compositeproto damageproto fixesproto recordproto resourceproto \ |
3 | scrnsaverproto xineramaproto videoproto xextproto xproto libxau libxext \ | 3 | scrnsaverproto xineramaproto videoproto xextproto xproto libxau libxext \ |
4 | libxdmcp libxfont libxrandr tslib virtual/libx11 xtrans bigreqsproto \ | 4 | libxdmcp libxfont libxrandr tslib virtual/libx11 xtrans bigreqsproto \ |
5 | xcmiscproto libdrm" | 5 | xcmiscproto libdrm openssl" |
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353" |
8 | 8 | ||