diff options
| author | Chris Larson <kergoth@openedhand.com> | 2006-08-15 11:58:37 +0000 |
|---|---|---|
| committer | Chris Larson <kergoth@openedhand.com> | 2006-08-15 11:58:37 +0000 |
| commit | ca10363baac7de9581ec90ab47957f973e1dbdc4 (patch) | |
| tree | 2000b53f806c79510671d8fd1a6a36125f8b25b3 /meta/packages/xorg-xserver/xserver-kdrive_git.bb | |
| parent | c210d01a7ca8c00ddc45d292878b89086b137129 (diff) | |
| download | poky-ca10363baac7de9581ec90ab47957f973e1dbdc4.tar.gz | |
Numerous new xorg package versions from upstream OE. Pester me if any local changes got inadvertantly lost, or if any packages need upgrading.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@607 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-xserver/xserver-kdrive_git.bb')
| -rw-r--r-- | meta/packages/xorg-xserver/xserver-kdrive_git.bb | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/meta/packages/xorg-xserver/xserver-kdrive_git.bb b/meta/packages/xorg-xserver/xserver-kdrive_git.bb new file mode 100644 index 0000000000..491e486b3d --- /dev/null +++ b/meta/packages/xorg-xserver/xserver-kdrive_git.bb | |||
| @@ -0,0 +1,48 @@ | |||
| 1 | PV = "1.1.0+git${SRCDATE}" | ||
| 2 | DEFAULT_PREFERENCE = "-2" | ||
| 3 | |||
| 4 | LICENSE = "MIT" | ||
| 5 | DEPENDS = "tslib xproto libxdmcp xextproto xtrans libxau virtual/libx11 libxext libxrandr fixesproto damageproto libxfont resourceproto compositeproto xcalibrateext recordproto videoproto scrnsaverproto" | ||
| 6 | |||
| 7 | PROVIDES = "virtual/xserver" | ||
| 8 | RPROVIDES = "virtual/xserver" | ||
| 9 | PACKAGES = "xserver-kdrive-fbdev xserver-kdrive-fake xserver-kdrive-xephyr ${PN}-doc ${PN}-dev ${PN}-locale" | ||
| 10 | SECTION = "x11/base" | ||
| 11 | DESCRIPTION = "X server from freedesktop.org" | ||
| 12 | DESCRIPTION_xserver-kdrive-fbdev = "X server from freedesktop.org, supporting generic framebuffer devices" | ||
| 13 | DESCRIPTION_xserver-kdrive-fake = "Fake X server" | ||
| 14 | DESCRIPTION_xserver-kdrive-xephyr = "X server in an X window" | ||
| 15 | |||
| 16 | FILES_xserver-kdrive-fbdev = "${bindir}/Xfbdev" | ||
| 17 | FILES_xserver-kdrive-fake = "${bindir}/Xfake" | ||
| 18 | FILES_xserver-kdrive-xephyr = "${bindir}/Xephyr" | ||
| 19 | |||
| 20 | SRC_URI = "git://anongit.freedesktop.org/xorg/xserver;protocol=git \ | ||
| 21 | file://kmode.patch;patch=1 \ | ||
| 22 | file://disable-apm.patch;patch=1 \ | ||
| 23 | file://no-serial-probing.patch;patch=1 \ | ||
| 24 | file://kdrive-evdev.patch;patch=1 \ | ||
| 25 | file://kdrive-use-evdev.patch;patch=1 \ | ||
| 26 | file://fbdev-not-fix.patch;patch=1 \ | ||
| 27 | file://enable-builtin-fonts.patch;patch=1 \ | ||
| 28 | file://optional-xkb.patch;patch=1 \ | ||
| 29 | # file://disable-xf86-dga-xorgcfg.patch;patch=1 \ | ||
| 30 | file://enable-tslib.patch;patch=1" | ||
| 31 | |||
| 32 | SRC_URI_append_mnci = " file://onlyfb.patch;patch=1" | ||
| 33 | SRC_URI_append_poodle = " file://xserver-kdrive-poodle.patch;patch=1" | ||
| 34 | PACKAGE_ARCH_poodle = "poodle" | ||
| 35 | |||
| 36 | S = "${WORKDIR}/git" | ||
| 37 | |||
| 38 | inherit autotools pkgconfig | ||
| 39 | |||
| 40 | EXTRA_OECONF = "--enable-composite --enable-kdrive \ | ||
| 41 | --disable-dga --disable-dri --disable-xinerama \ | ||
| 42 | --disable-xf86misc --disable-xf86vidmode \ | ||
| 43 | --disable-xorg --disable-xorgcfg \ | ||
| 44 | --disable-xkb --disable-xnest --disable-xvfb \ | ||
| 45 | --disable-xevie --disable-xprint --disable-xtrap \ | ||
| 46 | --disable-dmx \ | ||
| 47 | --with-default-font-path=built-ins \ | ||
| 48 | ac_cv_file__usr_share_X11_sgml_defs_ent=no" | ||
