| Index: chromeos-base/xorg-conf/xorg-conf-0.0.1.ebuild
|
| diff --git a/chromeos-base/xorg-conf/xorg-conf-0.0.1.ebuild b/chromeos-base/xorg-conf/xorg-conf-0.0.1.ebuild
|
| index 0264806c4c74b86351c937e66c486cb74eab1ea0..ed612aebc7da1d54f31a695a2a2c907c85cd2dfe 100644
|
| --- a/chromeos-base/xorg-conf/xorg-conf-0.0.1.ebuild
|
| +++ b/chromeos-base/xorg-conf/xorg-conf-0.0.1.ebuild
|
| @@ -11,13 +11,15 @@ DESCRIPTION="Board specific xorg configuration file."
|
| LICENSE="BSD"
|
| SLOT="0"
|
| KEYWORDS="arm x86"
|
| -IUSE="synaptics"
|
| +IUSE="synaptics multitouch"
|
|
|
| RDEPEND=""
|
|
|
| src_install() {
|
| insinto /etc/X11
|
| - if use synaptics ; then
|
| + if use multitouch ; then
|
| + newins "${FILESDIR}/xorg.conf-multitouch-${PV}" xorg.conf
|
| + elif use synaptics ; then
|
| newins "${FILESDIR}/xorg.conf-synaptics-${PV}" xorg.conf
|
| else
|
| newins "${FILESDIR}/xorg.conf-${PV}" xorg.conf
|
|
|