aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb
blob: b7e5520f42eab3d22f73956507d89f9fbed28731 (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
require xserver-kdrive.inc

DEPENDS += "libxkbfile libxcalibrate font-util pixman"

RDEPENDS_${PN} += "xkeyboard-config"

EXTRA_OECONF += "--disable-glx"

PE = "1"
PR = "r26"

SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
	file://extra-kmodes.patch;patch=1 \
	file://disable-apm.patch;patch=1 \
	file://no-serial-probing.patch;patch=1 \
	file://keyboard-resume-workaround.patch;patch=1 \
	file://enable-xcalibrate.patch;patch=1 \
	file://hide-cursor-and-ppm-root.patch;patch=1 \
	file://fbdev_xrandr_ioctl.patch;patch=1 \
	file://fix-newer-xorg-headers.patch;patch=1 \
	file://crosscompile.patch;patch=1 \
	file://nodolt.patch;patch=1"
#	file://kdrive-evdev.patch;patch=1
#	file://kdrive-use-evdev.patch;patch=1
#	file://enable-builtin-fonts.patch;patch=1
#	file://optional-xkb.patch;patch=1


S = "${WORKDIR}/xorg-server-${PV}"