blob: 65ad502979c359d1f1ef2c2c41c161f238f1d84f [file] [log] [blame]
# Copyright 2014 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CROS_WORKON_COMMIT="b95af607447955cc96a24b3234460b16b70e78d5"
CROS_WORKON_TREE="64f6d94124e8e5fb179d50c0ce1c3a5fe3efbae4"
CROS_WORKON_PROJECT="chromiumos/platform/frecon"
CROS_WORKON_LOCALNAME="../platform/frecon"
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_INCREMENTAL_BUILD=1
inherit cros-sanitizers cros-workon cros-common.mk
DESCRIPTION="Chrome OS KMS console (without DBUS/UDEV support)"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/frecon"
LICENSE="BSD-Google"
KEYWORDS="*"
IUSE="-asan"
BDEPEND="virtual/pkgconfig"
COMMON_DEPEND="media-libs/libpng:0=
sys-apps/libtsm:="
RDEPEND="${COMMON_DEPEND}"
DEPEND="${COMMON_DEPEND}
media-sound/adhd:=
x11-libs/libdrm:="
src_configure() {
export FRECON_LITE=1
sanitizers-setup-env
cros-common.mk_src_configure
}