diff options
Diffstat (limited to 'meta/packages/xorg-xserver/xserver-kdrive_1.1.0.bb')
| -rw-r--r-- | meta/packages/xorg-xserver/xserver-kdrive_1.1.0.bb | 60 |
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 @@ | |||
| 1 | LICENSE = "MIT" | ||
| 2 | DEPENDS = "tslib xproto libxdmcp xextproto xtrans libxau virtual/libx11 libxext libxrandr fixesproto damageproto libxfont resourceproto compositeproto calibrateproto recordproto videoproto scrnsaverproto" | ||
| 3 | |||
| 4 | PROVIDES = "virtual/xserver" | ||
| 5 | # RPROVIDES = "virtual/xserver" | ||
| 6 | PACKAGES =+ "xserver-kdrive-fbdev xserver-kdrive-fake xserver-kdrive-xephyr" | ||
| 7 | SECTION = "x11/base" | ||
| 8 | DESCRIPTION = "X server from freedesktop.org" | ||
| 9 | DESCRIPTION_xserver-kdrive-fbdev = "X server from freedesktop.org, supporting generic framebuffer devices" | ||
| 10 | DESCRIPTION_xserver-kdrive-fake = "Fake X server" | ||
| 11 | DESCRIPTION_xserver-kdrive-xephyr = "X server in an X window" | ||
| 12 | |||
| 13 | PE = "1" | ||
| 14 | |||
| 15 | FILES_${PN} = "${libdir}/xserver" | ||
| 16 | FILES_xserver-kdrive-fbdev = "${bindir}/Xfbdev" | ||
| 17 | FILES_xserver-kdrive-fake = "${bindir}/Xfake" | ||
| 18 | FILES_xserver-kdrive-xephyr = "${bindir}/Xephyr" | ||
| 19 | |||
| 20 | RDEPENDS_xserver-kdrive-fbdev = "${PN}" | ||
| 21 | RDEPENDS_xserver-kdrive-fake = "${PN}" | ||
| 22 | RDEPENDS_xserver-kdrive-xephyr = "${PN}" | ||
| 23 | |||
| 24 | SRC_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 | |||
| 39 | SRC_URI_append_mnci = " file://onlyfb.patch;patch=1" | ||
| 40 | SRC_URI_append_poodle = " file://xserver-kdrive-poodle.patch;patch=1" | ||
| 41 | SRC_URI_append_qemux86 = " file://xserver-kdrive-poodle.patch;patch=1" | ||
| 42 | PACKAGE_ARCH_poodle = "poodle" | ||
| 43 | |||
| 44 | S = "${WORKDIR}/xorg-server-1.1.0" | ||
| 45 | |||
| 46 | inherit autotools pkgconfig | ||
| 47 | |||
| 48 | EXTRA_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 | |||
| 58 | do_configure_prepend() { | ||
| 59 | sed -i -e 's/tslib-0.0/tslib-1.0/' ${S}/configure.ac | ||
| 60 | } | ||
