blob: 0f9044e2ea45e1028a5adac7c872d0f095e515d4 [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="419e7b388895d5894ee50fddb334955b5cbcd636"
CROS_WORKON_TREE="94c0e47a0d79533b57040191e5a285b939529d3d"
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
}