diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2009-05-09 13:56:29 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2009-05-09 13:56:29 +0200 |
commit | 2b823fdebd6e1772141f866dbf045b49ff23944e (patch) | |
tree | 7b200f3ea24d19ec95abdc15b8baec6be21dc618 /xorg | |
parent | 369cb173fc9942cbc627e5d813c0e89b1b550410 (diff) | |
download | xorg-2b823fdebd6e1772141f866dbf045b49ff23944e.tar.gz xorg-2b823fdebd6e1772141f866dbf045b49ff23944e.tar.xz |
xorg: improved dependencies.
We no longer depend on core font packages that aren't required anymore
these days. Added a dependency on xorg-xf86-input-evdev, since that's
what most people should use these days.
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/Pkgfile b/xorg/Pkgfile index 4dd162ba..616f9056 100644 --- a/xorg/Pkgfile +++ b/xorg/Pkgfile @@ -1,11 +1,11 @@ # Description: x.org's implementation of X11 # URL: http://xorg.freedesktop.org # Maintainer: Tilman Sauerbeck, tilman at crux dot nu -# Depends on: xorg-server, xorg-xf86-input-mouse, xorg-xf86-input-keyboard, xorg-xf86-video-vesa, xorg-xinit, xorg-xauth, xorg-rgb, xorg-font-misc-misc, xorg-font-cursor-misc, xorg-font-alias, xkeyboard-config +# Depends on: xorg-server, xorg-xf86-input-mouse, xorg-xf86-input-keyboard, xorg-xf86-input-evdev, xorg-xf86-video-vesa, xorg-xinit, xorg-xauth, xorg-rgb, xkeyboard-config name=xorg version=7.4 -release=1 +release=2 source=() build() { |