Skip to content

Commit

Permalink
sys-kernel/make-initrd: 9999: Add json-c dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Gladkov <[email protected]>
  • Loading branch information
legionus committed Jul 12, 2024
1 parent ab8147a commit 19cc581
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sys-kernel/make-initrd/make-initrd-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi

LICENSE="GPL-3+"
SLOT="0"
IUSE="+zlib bzip2 lzma zstd +man"
IUSE="+zlib bzip2 lzma zstd +man +json-c"

DEPEND="
app-alternatives/cpio
Expand All @@ -40,6 +40,7 @@ DEPEND="
man? ( app-text/scdoc )
zlib? ( sys-libs/zlib )
zstd? ( app-arch/zstd )
json-c? ( dev-libs/json-c )
"
RDEPEND="${DEPEND}"

Expand Down Expand Up @@ -71,6 +72,7 @@ src_configure() {
--with-bzip2=$(usex bzip2) \
--with-lzma=$(usex lzma) \
--with-zstd=$(usex zstd) \
--with-json-c=$(usex json-c) \
$(usex man --with-scdoc --without-scdoc) \
#
}
Expand Down

0 comments on commit 19cc581

Please sign in to comment.