aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb
blob: c2067c923e44554effe9b0e28b233949113c5321 (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 \
	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://nodolt.patch"
#	file://kdrive-evdev.patch
#	file://kdrive-use-evdev.patch
#	file://enable-builtin-fonts.patch
#	file://optional-xkb.patch


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