blob: 13858b41b4751e2a0822d91c5f589daeaf6f87d3 [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_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
}