blob: 33ea24f9b1bf84a905e98fc86ee78616574ff3e9 [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
CROS_WORKON_COMMIT="23f8ea74685ea0a03be8649ca33d5664bc789393"
CROS_WORKON_TREE="83369a6d038b609bffff77050e9aa060f931d893"
CROS_WORKON_PROJECT="chromiumos/platform/libevdev"
CROS_WORKON_USE_VCSID=1
CROS_WORKON_OUTOFTREE_BUILD=1
inherit toolchain-funcs multilib cros-debug cros-sanitizers cros-workon cros-common.mk
DESCRIPTION="evdev userspace library"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/libevdev"
LICENSE="BSD"
SLOT="0"
KEYWORDS="*"
IUSE="-asan"
src_configure() {
sanitizers-setup-env
cros-common.mk_src_configure
}
src_install() {
emake DESTDIR="${ED}" LIBDIR="/usr/$(get_libdir)" install
}