mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
javascript: disable build by default and remove Debian packaging of JavaScript plugin (issue #360)
This commit is contained in:
+1
-3
@@ -59,10 +59,8 @@ python3-devel ruby tcl-devel libguile2.2-devel php-devel zlib-devel"
|
||||
# CMake compilation of WeeChat:
|
||||
# 1. set prefix to /usr
|
||||
# 2. enable build of man pages and documentation
|
||||
# 3. disable javascript plugin because libv8 is not available in Cygwin
|
||||
#
|
||||
CYGCMAKE_ARGS="-DCMAKE_INSTALL_PREFIX=/usr -DENABLE_MAN=ON -DENABLE_DOC=ON \
|
||||
-DENABLE_JAVASCRIPT=OFF"
|
||||
CYGCMAKE_ARGS="-DCMAKE_INSTALL_PREFIX=/usr -DENABLE_MAN=ON -DENABLE_DOC=ON"
|
||||
|
||||
PKG_IGNORE="
|
||||
etc/postinstall/weechat.sh
|
||||
|
||||
Reference in New Issue
Block a user