blob: 7768dd16a4932a14142a418b0f5a35c0035c642e [file] [log] [blame]
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CROS_WORKON_COMMIT="b19fd9966e5bdc7aaa03c1cc1035104809969186"
CROS_WORKON_TREE="ba7d6d437ea6d5ff2d464919a2a03163c4c8f36c"
CROS_WORKON_PROJECT="chromiumos/third_party/libqrtr-glib"
CROS_WORKON_EGIT_BRANCH="master"
inherit meson cros-sanitizers cros-workon
DESCRIPTION="QRTR modem protocol helper library"
# TODO(andrewlassalle): replace the homepage once one is created.
HOMEPAGE="https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="*"
IUSE=""
RDEPEND=">=dev-libs/glib-2.36:2"
BDEPEND="virtual/pkgconfig"
DEPEND="${RDEPEND}"
src_configure() {
sanitizers-setup-env
local emesonargs=(
--prefix='/usr'
-Dlibexecdir='/usr/libexec'
-Dgtk_doc=false
-Dintrospection=false
)
meson_src_configure
}