summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-05-08 12:20:46 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-05-08 12:20:46 +0000
commitb4f9288e6635f59b85dfbfda0b7f3dc282f50727 (patch)
tree47484e865a727cb9c3f0730aefe31ffb5d02dd87 /eclass
parentstable x86, bug 366329 (diff)
downloadgentoo-2-b4f9288e6635f59b85dfbfda0b7f3dc282f50727.tar.gz
gentoo-2-b4f9288e6635f59b85dfbfda0b7f3dc282f50727.tar.bz2
gentoo-2-b4f9288e6635f59b85dfbfda0b7f3dc282f50727.zip
All input drivers require inputproto so just handle it in eclass.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/xorg-2.eclass7
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
index ead506d29ac1..040e07bb0b01 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.41 2011/04/20 12:48:38 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.42 2011/05/08 12:20:46 scarabeus Exp $
#
# @ECLASS: xorg-2.eclass
# @MAINTAINER:
@@ -216,6 +216,11 @@ if [[ -n "${DRIVER}" ]]; then
"
fi
if [[ -n "${DRIVER}" && ${PN} == xf86-video-* ]]; then
+ DEPEND+="
+ x11-proto/inputproto
+ "
+fi
+if [[ -n "${DRIVER}" && ${PN} == xf86-video-* ]]; then
COMMON_DEPEND+="
x11-libs/libpciaccess
"