diff options
Diffstat (limited to 'meta/packages/xorg-xserver')
-rw-r--r-- | meta/packages/xorg-xserver/xserver-kdrive.inc | 23 | ||||
-rw-r--r-- | meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb | 17 |
2 files changed, 14 insertions, 26 deletions
diff --git a/meta/packages/xorg-xserver/xserver-kdrive.inc b/meta/packages/xorg-xserver/xserver-kdrive.inc index e46abe3fe8..5c8b9bbbf3 100644 --- a/meta/packages/xorg-xserver/xserver-kdrive.inc +++ b/meta/packages/xorg-xserver/xserver-kdrive.inc | |||
@@ -86,29 +86,6 @@ RDEPENDS_xserver-kdrive-smi = "${PN}" | |||
86 | RDEPENDS_xserver-kdrive-vesa = "${PN}" | 86 | RDEPENDS_xserver-kdrive-vesa = "${PN}" |
87 | RDEPENDS_xserver-kdrive-via = "${PN}" | 87 | RDEPENDS_xserver-kdrive-via = "${PN}" |
88 | 88 | ||
89 | SRC_URI ?= "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ | ||
90 | ${KDRIVE_COMMON_PATCHES}" | ||
91 | KDRIVE_COMMON_PATCHES = " \ | ||
92 | file://kmode.patch;patch=1 \ | ||
93 | file://disable-apm.patch;patch=1 \ | ||
94 | file://no-serial-probing.patch;patch=1 \ | ||
95 | file://kdrive-evdev.patch;patch=1 \ | ||
96 | file://kdrive-use-evdev.patch;patch=1 \ | ||
97 | file://fbdev-not-fix.patch;patch=1 \ | ||
98 | file://enable-builtin-fonts.patch;patch=1 \ | ||
99 | file://disable-xf86-dga-xorgcfg.patch;patch=1 \ | ||
100 | file://optional-xkb.patch;patch=1 \ | ||
101 | file://enable-epson.patch;patch=1 \ | ||
102 | file://enable-tslib.patch;patch=1 \ | ||
103 | file://kmode-palm.patch;patch=1 \ | ||
104 | " | ||
105 | |||
106 | SRC_URI_append_mnci = " file://onlyfb.patch;patch=1" | ||
107 | SRC_URI_append_poodle = " file://xserver-kdrive-poodle.patch;patch=1" | ||
108 | SRC_URI_append_qemux86 = " file://xserver-kdrive-poodle.patch;patch=1" | ||
109 | PACKAGE_ARCH_poodle = "${MACHINE_ARCH}" | ||
110 | PACKAGE_ARCH_qemux86 = "${MACHINE_ARCH}" | ||
111 | |||
112 | inherit autotools pkgconfig | 89 | inherit autotools pkgconfig |
113 | 90 | ||
114 | ARM_INSTRUCTION_SET = "arm" | 91 | ARM_INSTRUCTION_SET = "arm" |
diff --git a/meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb b/meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb index 207f2002ab..65a9009ad4 100644 --- a/meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb +++ b/meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb | |||
@@ -3,11 +3,22 @@ require xserver-kdrive.inc | |||
3 | DEPENDS += "libxkbfile libxcalibrate" | 3 | DEPENDS += "libxkbfile libxcalibrate" |
4 | 4 | ||
5 | PE = "1" | 5 | PE = "1" |
6 | PR = "r15" | 6 | PR = "r16" |
7 | 7 | ||
8 | SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ | 8 | SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ |
9 | ${KDRIVE_COMMON_PATCHES} \ | 9 | file://kmode.patch;patch=1 \ |
10 | file://fix_default_mode.patch;patch=1 \ | 10 | file://disable-apm.patch;patch=1 \ |
11 | file://no-serial-probing.patch;patch=1 \ | ||
12 | file://kdrive-evdev.patch;patch=1 \ | ||
13 | file://kdrive-use-evdev.patch;patch=1 \ | ||
14 | file://fbdev-not-fix.patch;patch=1 \ | ||
15 | file://enable-builtin-fonts.patch;patch=1 \ | ||
16 | file://disable-xf86-dga-xorgcfg.patch;patch=1 \ | ||
17 | file://optional-xkb.patch;patch=1 \ | ||
18 | file://enable-epson.patch;patch=1 \ | ||
19 | file://enable-tslib.patch;patch=1 \ | ||
20 | file://kmode-palm.patch;patch=1 \ | ||
21 | file://fix_default_mode.patch;patch=1 \ | ||
11 | file://enable-xcalibrate.patch;patch=1 \ | 22 | file://enable-xcalibrate.patch;patch=1 \ |
12 | file://hide-cursor-and-ppm-root.patch;patch=1 \ | 23 | file://hide-cursor-and-ppm-root.patch;patch=1 \ |
13 | file://xcalibrate_coords.patch;patch=1" | 24 | file://xcalibrate_coords.patch;patch=1" |