Skip to content
/ cygport Public

Commit fcb486a

Browse files
committed
Add pkg-config in requires
If we're going to pull in the equivalent of 'build-essential', it probably should be there.
1 parent 42549db commit fcb486a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/sample.cygport

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ BUILD_REQUIRES="git-archive-all groff help2man robodoc"
2121
REQUIRES="autoconf automake binutils bzip2 coreutils diffstat diffutils \
2222
dos2unix findutils file gawk gcc-core gcc-g++ grep gzip lftp libtool lndir \
2323
lzip make openssh patch perl-common-sense perl-Authen-SASL perl-MIME-tools \
24-
perl-Net-SMTP-SSL rsync sed tar texinfo unzip util-linux wget which xz"
24+
perl-Net-SMTP-SSL pkg-config rsync sed tar texinfo unzip util-linux wget which xz"
2525

2626
# We use the src_compile and src_test provided by meson.cygclass
2727

0 commit comments

Comments
 (0)