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

Unified Diff: chromeos-base/synaptics/synaptics-0.0.1.ebuild

Issue 1576023: Remove synaptics dependency. (Closed)
Patch Set: Created 10 years, 8 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
« no previous file with comments | « chromeos-base/libcros/libcros-0.0.1-r11.ebuild ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos-base/synaptics/synaptics-0.0.1.ebuild
diff --git a/chromeos-base/synaptics/synaptics-0.0.1.ebuild b/chromeos-base/synaptics/synaptics-0.0.1.ebuild
deleted file mode 100644
index c27bae77653f73fd247e09c2526b3c78d7415d84..0000000000000000000000000000000000000000
--- a/chromeos-base/synaptics/synaptics-0.0.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit toolchain-funcs
-
-DESCRIPTION="Chrome OS base library."
-HOMEPAGE="http://src.chromium.org"
-SRC_URI=""
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86 arm"
-IUSE=""
-
-DEPEND="x11-libs/libX11
- x11-proto/inputproto
- x11-proto/xproto"
-
-RDEPEND=""
-
-src_unpack() {
- local synaptics="${CHROMEOS_ROOT}/src/third_party/synaptics/"
- mkdir -p "${S}"
- cp -a "${synaptics}"/* "${S}" || die
-}
-
-src_compile() {
- if tc-is-cross-compiler ; then
- tc-getCC
- tc-getCXX
- tc-getAR
- tc-getRANLIB
- tc-getLD
- tc-getNM
- export PKG_CONFIG_PATH="${ROOT}/usr/lib/pkgconfig/"
- export CCFLAGS="$CFLAGS"
- fi
-
- scons || die "third_party/synaptics compile failed."
-}
-
-src_install() {
- mkdir -p "${D}/usr/lib" \
- "${D}/usr/include/"
-
- install -m0644 "${S}/synclient.h" "${D}/usr/include/"
- install -m0644 "${S}/libsynaptics.a" "${D}/usr/lib/"
-}
« no previous file with comments | « chromeos-base/libcros/libcros-0.0.1-r11.ebuild ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698