summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-05-08 12:27:09 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-05-08 12:27:09 +0000
commit870e5d31fb4f993d8d060a2e621c04112e851c3c (patch)
tree82ff425702866ba322d333c7f3f66611c5cb4722 /eclass
parentAll input drivers require inputproto so just handle it in eclass. (diff)
downloadgentoo-2-870e5d31fb4f993d8d060a2e621c04112e851c3c.tar.gz
gentoo-2-870e5d31fb4f993d8d060a2e621c04112e851c3c.tar.bz2
gentoo-2-870e5d31fb4f993d8d060a2e621c04112e851c3c.zip
Add more common protos.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/xorg-2.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
index 040e07bb0b01..ba3de50c801d 100644
--- a/eclass/xorg-2.eclass
+++ b/eclass/xorg-2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.42 2011/05/08 12:20:46 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.43 2011/05/08 12:27:09 scarabeus Exp $
#
# @ECLASS: xorg-2.eclass
# @MAINTAINER:
@@ -218,6 +218,8 @@ fi
if [[ -n "${DRIVER}" && ${PN} == xf86-video-* ]]; then
DEPEND+="
x11-proto/inputproto
+ x11-proto/kbproto
+ x11-proto/xproto
"
fi
if [[ -n "${DRIVER}" && ${PN} == xf86-video-* ]]; then