|
Revision 63, 0.9 kB
(checked in by bryank, 9 months ago)
|
Merge changes made in these recipes in OE, but don't undo changes we made locally.
|
| Line | |
|---|
| 1 |
require xserver-kdrive-common.inc |
|---|
| 2 |
|
|---|
| 3 |
DEPENDS += "hal libxkbfile libxcalibrate pixman" |
|---|
| 4 |
|
|---|
| 5 |
PE = "1" |
|---|
| 6 |
PR = "r4" |
|---|
| 7 |
|
|---|
| 8 |
SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ |
|---|
| 9 |
${KDRIVE_COMMON_PATCHES} \ |
|---|
| 10 |
file://enable-epson.patch;patch=1 \ |
|---|
| 11 |
file://fix_default_mode.patch;patch=1 \ |
|---|
| 12 |
file://enable-xcalibrate.patch;patch=1 \ |
|---|
| 13 |
file://hide-cursor-and-ppm-root.patch;patch=1 \ |
|---|
| 14 |
file://xcalibrate_coords.patch;patch=1 \ |
|---|
| 15 |
file://linux-keyboard-mediumraw.patch;patch=1 \ |
|---|
| 16 |
file://xcalibrate-new-input-world-order.patch;patch=1 \ |
|---|
| 17 |
file://tslib-default-device.patch;patch=1 \ |
|---|
| 18 |
file://fbdev-evdev.patch;patch=1 \ |
|---|
| 19 |
file://keyboard-resume-workaround.patch;patch=1 \ |
|---|
| 20 |
file://xorg-avr32-support.diff;patch=1 \ |
|---|
| 21 |
file://pkgconfig_fix.patch;patch=1 \ |
|---|
| 22 |
file://xkb-ensure-assign-nTty.patch;patch=1 \ |
|---|
| 23 |
file://xkb-dont-map-keys.patch;patch=1 \ |
|---|
| 24 |
" |
|---|
| 25 |
|
|---|
| 26 |
S = "${WORKDIR}/xorg-server-${PV}" |
|---|
| 27 |
|
|---|
| 28 |
EXTRA_OECONF += "--enable-builtin-fonts" |
|---|