blob: 360a0f3ab9dad37aec72f98af72fa223b1966bea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
require xserver-kdrive.inc
DEPENDS += "libxkbfile libxcalibrate font-util pixman"
RDEPENDS_${PN} += "xkeyboard-config"
EXTRA_OECONF += "--disable-glx"
PE = "1"
PR = "r29"
SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
file://extra-kmodes.patch \
file://disable-apm.patch \
file://no-serial-probing.patch \
file://keyboard-resume-workaround.patch \
file://enable-xcalibrate.patch \
file://hide-cursor-and-ppm-root.patch \
file://fbdev_xrandr_ioctl.patch \
file://fix-newer-xorg-headers.patch \
file://crosscompile.patch \
file://error-address-work-around.patch \
file://nodolt.patch"
# file://kdrive-evdev.patch
# file://kdrive-use-evdev.patch
# file://enable-builtin-fonts.patch
# file://optional-xkb.patch
SRC_URI[md5sum] = "cafc4e2d4ef6cf6e47f3e7dffeb3346a"
SRC_URI[sha256sum] = "a89f13b166b412930fe418ff50032dd2cde8bb181d8b47b5ca6f848d218fdcf2"
S = "${WORKDIR}/xorg-server-${PV}"
|