blob: 3594cea96c36c5362b5312aca8c3f8df374e3418 [file] [log] [blame]
# Copyright 2014 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
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 toolchain-funcs
DESCRIPTION="Chrome OS KMS console (without DBUS support)"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/frecon"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="~*"
IUSE="-asan"
RDEPEND="virtual/udev
media-libs/libpng:0=
sys-apps/libtsm"
DEPEND="${RDEPEND}
media-sound/adhd
virtual/pkgconfig
x11-libs/libdrm"
src_configure() {
export DBUS=0
export TARGET=frecon-lite
sanitizers-setup-env
cros-common.mk_src_configure
}