summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-xserver
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-01-10 23:43:18 +0000
committerRichard Purdie <richard@openedhand.com>2008-01-10 23:43:18 +0000
commit4d3c6837657efd4b121b8fec2c1f9c5f29fd2679 (patch)
tree04412ea02529b3515c6214664702c923b5bc5a9a /meta/packages/xorg-xserver
parentb86cac15cecaa6da4e5def9b50b93c46ff464b33 (diff)
downloadpoky-4d3c6837657efd4b121b8fec2c1f9c5f29fd2679.tar.gz
xserver-kdrive: Drop 1.1.0
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3459 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-xserver')
-rw-r--r--meta/packages/xorg-xserver/xserver-kdrive_1.1.0.bb60
1 files changed, 0 insertions, 60 deletions
diff --git a/meta/packages/xorg-xserver/xserver-kdrive_1.1.0.bb b/meta/packages/xorg-xserver/xserver-kdrive_1.1.0.bb
deleted file mode 100644
index bd54518105..0000000000
--- a/meta/packages/xorg-xserver/xserver-kdrive_1.1.0.bb
+++ /dev/null
@@ -1,60 +0,0 @@
1LICENSE = "MIT"
2DEPENDS = "tslib xproto libxdmcp xextproto xtrans libxau virtual/libx11 libxext libxrandr fixesproto damageproto libxfont resourceproto compositeproto calibrateproto recordproto videoproto scrnsaverproto"
3
4PROVIDES = "virtual/xserver"
5# RPROVIDES = "virtual/xserver"
6PACKAGES =+ "xserver-kdrive-fbdev xserver-kdrive-fake xserver-kdrive-xephyr"
7SECTION = "x11/base"
8DESCRIPTION = "X server from freedesktop.org"
9DESCRIPTION_xserver-kdrive-fbdev = "X server from freedesktop.org, supporting generic framebuffer devices"
10DESCRIPTION_xserver-kdrive-fake = "Fake X server"
11DESCRIPTION_xserver-kdrive-xephyr = "X server in an X window"
12
13PE = "1"
14
15FILES_${PN} = "${libdir}/xserver"
16FILES_xserver-kdrive-fbdev = "${bindir}/Xfbdev"
17FILES_xserver-kdrive-fake = "${bindir}/Xfake"
18FILES_xserver-kdrive-xephyr = "${bindir}/Xephyr"
19
20RDEPENDS_xserver-kdrive-fbdev = "${PN}"
21RDEPENDS_xserver-kdrive-fake = "${PN}"
22RDEPENDS_xserver-kdrive-xephyr = "${PN}"
23
24SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-1.1.0.tar.bz2 \
25 file://kmode.patch;patch=1 \
26 file://disable-apm.patch;patch=1 \
27 file://no-serial-probing.patch;patch=1 \
28 file://kdrive-evdev.patch;patch=1 \
29 file://kdrive-use-evdev.patch;patch=1 \
30 file://fbdev-not-fix.patch;patch=1 \
31 file://enable-builtin-fonts.patch;patch=1 \
32 file://optional-xkb.patch;patch=1 \
33 file://disable-xf86-dga-xorgcfg.patch;patch=1 \
34 file://enable-tslib.patch;patch=1 \
35 file://xcalibrate.patch;patch=1 \
36 file://xfbdev-fb-opt.patch;patch=1 \
37 file://hide-cursor-and-ppm-root.patch;patch=1"
38
39SRC_URI_append_mnci = " file://onlyfb.patch;patch=1"
40SRC_URI_append_poodle = " file://xserver-kdrive-poodle.patch;patch=1"
41SRC_URI_append_qemux86 = " file://xserver-kdrive-poodle.patch;patch=1"
42PACKAGE_ARCH_poodle = "poodle"
43
44S = "${WORKDIR}/xorg-server-1.1.0"
45
46inherit autotools pkgconfig
47
48EXTRA_OECONF = "--enable-composite --enable-kdrive \
49 --disable-dga --disable-dri --disable-xinerama \
50 --disable-xf86misc --disable-xf86vidmode \
51 --disable-xorg --disable-xorgcfg \
52 --disable-dmx \
53 --disable-xkb --disable-xnest --disable-xvfb \
54 --disable-xevie --disable-xprint --disable-xtrap \
55 --with-default-font-path=built-ins \
56 ac_cv_file__usr_share_X11_sgml_defs_ent=no"
57
58do_configure_prepend() {
59 sed -i -e 's/tslib-0.0/tslib-1.0/' ${S}/configure.ac
60}