diff options
author | Andreas Willich <sabotageandi@gmail.com> | 2011-08-08 20:32:26 +0200 |
---|---|---|
committer | Andreas Willich <sabotageandi@gmail.com> | 2011-08-08 20:32:26 +0200 |
commit | f5ac52fc86f6b017d04c48ef647a27b2ba168ccb (patch) | |
tree | d943d44adf0949df04c39913fbc29bb7f738c92e | |
parent | repo_name added (diff) | |
download | sabotageandi-f5ac52fc86f6b017d04c48ef647a27b2ba168ccb.tar.gz sabotageandi-f5ac52fc86f6b017d04c48ef647a27b2ba168ccb.tar.bz2 sabotageandi-f5ac52fc86f6b017d04c48ef647a27b2ba168ccb.zip |
fix dependency
-rw-r--r-- | x11-drivers/xf86-input-evdev/xf86-input-evdev-2.6.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.6.0-r1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.6.0-r1.ebuild index d6fe225..a4ee04f 100644 --- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.6.0-r1.ebuild +++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.6.0-r1.ebuild @@ -15,7 +15,8 @@ RDEPEND=">=x11-base/xorg-server-1.6.3" DEPEND="${RDEPEND} >=sys-kernel/linux-headers-2.6 x11-proto/inputproto - x11-proto/xproto" + x11-proto/xproto + x11-libs/mtdev" src_prepare() { if use utouch ; then |