diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-10-03 23:48:10 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-10-03 23:48:10 +0200 |
commit | b79d63f4aced3d351b82f8cb0c1dd2fb86d70384 (patch) | |
tree | bf7a8297fd7659dc1d37d3d28b757cd1124e05df | |
parent | 60bfb73de5b6aab387f3dd0fbe9418077d86dbf3 (diff) | |
download | weechat-b79d63f4aced3d351b82f8cb0c1dd2fb86d70384.zip |
core: add pkg-config dependency for Cygwin packaging
-rw-r--r-- | weechat.cygport.in | 2 |
1 files changed, 1 insertions, 1 deletions
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: |