wok rev 6848
Fix depends: Remove xorg-xf86-input-evdev & xorg-xf86-video-vesa from xorg-server depends and put them as suggested - xorg can use other drivers
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Oct 20 12:31:54 2010 +0200 (2010-10-20) |
parents | 4e4cf23c531e |
children | 4a7d15fc0443 |
files | xorg-server/receipt |
line diff
1.1 --- a/xorg-server/receipt Wed Oct 20 12:12:16 2010 +0200 1.2 +++ b/xorg-server/receipt Wed Oct 20 12:31:54 2010 +0200 1.3 @@ -5,13 +5,13 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Xorg core server." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="xorg xorg-libxkbfile xorg-xf86-video-vesa xorg-xkeyboard-config \ 1.8 -xorg-xkbcomp xorg-libpciaccess xorg-libXxf86vm libcrypto freetype pixman \ 1.9 -gcc-lib-base xorg-xf86-input-evdev dbus udev hal" 1.10 +DEPENDS="xorg xorg-libxkbfilexorg-xkeyboard-config xorg-xkbcomp xorg-libpciaccess \ 1.11 +xorg-libXxf86vm libcrypto freetype pixman gcc-lib-basedbus udev hal" 1.12 BUILD_DEPENDS="xorg-dev-proto xorg-libXfont-dev xorg-xtrans xorg-libxkbfile xorg-libxkbfile-dev \ 1.13 xorg-libfontenc-dev xorg-libpciaccess xorg-libpciaccess-dev xorg-libXxf86vm-dev libgcrypt-dev \ 1.14 libcrypto-dev openssl-dev dbus-dev mesa-dev udev-dev hal-dev glib-dev freetype-dev pixman pixman-dev \ 1.15 pkg-config perl flex bison" 1.16 +SUGGESTED="xorg-xf86-input-evdev xorg-xf86-video-vesa" 1.17 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.18 WEB_SITE="http://www.x.org/" 1.19 WGET_URL="http://xorg.freedesktop.org/releases/individual/xserver/$TARBALL"