# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils meson ninja-utils DESCRIPTION="A lightweight Wayland notification daemon" HOMEPAGE="https://wayland.emersion.fr/mako" SRC_URI="https://github.com/emersion/mako/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="elogind systemd" RDEPEND=" dev-libs/wayland x11-libs/pango x11-libs/cairo elogind? ( sys-auth/elogind ) systemd? ( sys-apps/systemd ) " DEPEND="${RDEPEND} dev-util/meson virtual/pkgconfig" src_configure() { local emesonargs=() meson_src_configure }