blob: 98f59f259756c1859f30b1d601c24c5f7b9458fa [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="96a42bb1f2f3601ac80dddb87c1d4357f4424fb0"
CROS_WORKON_TREE="fa31550ff49e9ef31db994110b9ac3232d20a4a9"
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
}