From 12ee9cb75cb49528ab58cf9b821112fab9dcb82f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 21 Sep 2019 15:51:50 +0200 Subject: [PATCH] core: build with Guile 2.2 on Cygwin (issue #1098) --- weechat.cygport.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weechat.cygport.in b/weechat.cygport.in index 5fbca3842..d16f53762 100644 --- a/weechat.cygport.in +++ b/weechat.cygport.in @@ -53,7 +53,7 @@ SRC_URI="https://weechat.org/files/src/weechat-${VERSION}.tar.bz2" # Build dependencies only DEPEND="cmake gettext gettext-devel libgnutls-devel libaspell-devel \ libcurl-devel libgcrypt-devel libncurses-devel lua perl pkg-config \ -python3-devel ruby tcl-devel libguile2.0-devel php-devel zlib-devel" +python3-devel ruby tcl-devel libguile2.2-devel php-devel zlib-devel" # # CMake compilation of WeeChat: