Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(472)

Unified Diff: chromeos-base/xorg-conf/xorg-conf-0.0.1.ebuild

Issue 6657039: fix build Base URL: ssh://git@gitrw.chromium.org:9222/chromiumos-overlay.git@master
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chromeos-base/xorg-conf/files/xorg.conf-multitouch-0.0.4 ('k') | chromeos-base/xorg-conf/xorg-conf-0.0.4-r7.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698