Skip to content

Commit

Permalink
sys-power/qrtr: apparently auto is not enabled so enable it
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen L Arnold <nerdboy@gentoo.org>
  • Loading branch information
sarnold committed Jun 10, 2024
1 parent a00ece5 commit 7dbb1e0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sys-power/qrtr/qrtr-1.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ IUSE=""

DEPEND=""

src_configure() {
local emesonargs=(
-Dqrtr-ns=enabled
)
meson_src_configure
}

src_install() {
meson_src_install
newinitd "${FILESDIR}/${PN}-ns".init "${PN}-ns"
Expand Down

0 comments on commit 7dbb1e0

Please sign in to comment.