EAPI=8 inherit meson git-r3 DESCRIPTION="Automatically execute scripts based on current sunrise and sunset" HOMEPAGE="https://git.pinkro.se/autodarkmode.git" EGIT_REPO_URI="git://git.pinkro.se/autodarkmode.git" EGIT_SUBMOULDES=( "*" ) LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="+geoclue" RDEPEND=" >=dev-libs/glib-2.78.6 " DEPEND=" ${RDEPEND} " BDEPEND=" >=dev-build/meson-0.60.0 virtual/pkgconfig " BDEPEND+="geoclue? ( >=app-misc/geoclue-2.7.2 )" src_configure() { local emesonargs=( $(meson_feature geoclue gclue_support) ) meson_src_configure }