blob: 8d2274064a5733058f2cc620aa6c7f2992996c05 [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=7
CROS_WORKON_COMMIT="b28b82b26f1649a31923411ab23a52cb25979971"
CROS_WORKON_TREE="92f54a4e4b89c0550c5a17fa8d63d2bf149e4f58"
CROS_WORKON_PROJECT="chromiumos/platform/libevdev"
CROS_WORKON_USE_VCSID=1
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_LOCALNAME="platform/libevdev"
inherit cros-debug cros-sanitizers cros-workon cros-common.mk
DESCRIPTION="evdev userspace library"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/libevdev"
LICENSE="BSD-Google"
KEYWORDS="*"
IUSE="-asan"
src_configure() {
sanitizers-setup-env
cros-common.mk_src_configure
}
src_install() {
emake DESTDIR="${ED}" LIBDIR="/usr/$(get_libdir)" install
}