diff options
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb | 2 |
2 files changed, 2 insertions, 2 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 | ||
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb b/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb index ea3268e78e..f6a0d83ccb 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb | |||
@@ -7,7 +7,7 @@ RDEPENDS_${PN} += "xkeyboard-config" | |||
7 | EXTRA_OECONF += "--disable-glx" | 7 | EXTRA_OECONF += "--disable-glx" |
8 | 8 | ||
9 | PE = "1" | 9 | PE = "1" |
10 | PR = "r25" | 10 | PR = "r26" |
11 | 11 | ||
12 | SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ | 12 | SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ |
13 | file://extra-kmodes.patch;patch=1 \ | 13 | file://extra-kmodes.patch;patch=1 \ |