From b79d63f4aced3d351b82f8cb0c1dd2fb86d70384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 3 Oct 2014 23:48:10 +0200 Subject: [PATCH] core: add pkg-config dependency for Cygwin packaging --- weechat.cygport.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weechat.cygport.in b/weechat.cygport.in index 710c530bb..b9765765e 100644 --- a/weechat.cygport.in +++ b/weechat.cygport.in @@ -48,7 +48,7 @@ SRC_URI="http://weechat.org/files/src/weechat-${VERSION}.tar.bz2" # Build dependencies only DEPEND="asciidoc cmake docbook-xml-simple11 docbook-xsl gettext gettext-devel \ gnutls-devel libaspell-devel libcurl-devel libgcrypt-devel libncursesw-devel \ -lua perl python ruby source-highlight tcl zlib-devel" +lua perl pkg-config python ruby source-highlight tcl zlib-devel" # # CMake compilation of WeeChat: