1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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>
This commit is contained in:
Scott Garman
2011-02-07 14:14:00 -08:00
committed by Richard Purdie
parent 2fbcf14199
commit b0c2d6fed4
2 changed files with 2 additions and 2 deletions
@@ -2,7 +2,7 @@ LICENSE = "MIT"
DEPENDS = "compositeproto damageproto fixesproto recordproto resourceproto \
scrnsaverproto xineramaproto videoproto xextproto xproto libxau libxext \
libxdmcp libxfont libxrandr tslib virtual/libx11 xtrans bigreqsproto \
xcmiscproto libdrm"
xcmiscproto libdrm openssl"
LIC_FILES_CHKSUM = "file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353"
@@ -7,7 +7,7 @@ RDEPENDS_${PN} += "xkeyboard-config"
EXTRA_OECONF += "--disable-glx"
PE = "1"
PR = "r25"
PR = "r26"
SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
file://extra-kmodes.patch;patch=1 \