core: add gettext-devel dependency for Cygwin packaging

v2.8-utf8proc
Sébastien Helleu 2014-08-15 18:48:40 +02:00
parent 8c3b85a05b
commit 1b7352e379
1 changed files with 5 additions and 4 deletions

View File

@ -29,7 +29,8 @@
# $ cygport weechat-X.Y.Z-1.cygport fetch
# $ cygport weechat-X.Y.Z-1.cygport almostall
#
# ==> packages are built in directory ./weechat-X.Y.Z-1/dist/weechat/
# ==> packages are built in directory:
# ./weechat-X.Y.Z-1.<arch>/dist/weechat/
#
inherit cmake
@ -45,9 +46,9 @@ HOMEPAGE="http://weechat.org/"
SRC_URI="http://weechat.org/files/src/weechat-${VERSION}.tar.bz2"
# Build dependencies only
DEPEND="asciidoc cmake docbook-xml-simple11 docbook-xsl gettext gnutls-devel \
libaspell-devel libcurl-devel libgcrypt-devel libncursesw-devel lua perl \
python ruby source-highlight tcl zlib-devel"
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"
#
# CMake compilation of WeeChat: