diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-07-01 21:26:48 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-07-01 21:28:33 +0200 |
commit | ab81128a7aa7944201725000420662b33f22d1ec (patch) | |
tree | 081d4cd4cc49a6391349c59df07534def8fab1a3 /tools | |
parent | f9b6f359dd34197e1917fede36496a68e3c4c17a (diff) | |
download | weechat-ab81128a7aa7944201725000420662b33f22d1ec.zip |
core: compile with Python 3 by default
The CMake option ENABLE_PYTHON3 is renamed to ENABLE_PYTHON2, to use Python 2
first then fallback on Python 3.
In the same way, the configure option --enable-python3 is renamed to
--enable-python2, to use Python 2 first then fallback on Python 3.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/debian/patches/weechat_debian_wheezy.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/debian/patches/weechat_debian_wheezy.patch b/tools/debian/patches/weechat_debian_wheezy.patch index c7028657c..f27344737 100644 --- a/tools/debian/patches/weechat_debian_wheezy.patch +++ b/tools/debian/patches/weechat_debian_wheezy.patch @@ -20,7 +20,7 @@ index d3a1dad8b..4c5953e46 100644 libncursesw5-dev, gem2deb, @@ -12,14 +11,12 @@ Build-Depends: - python-dev, + python3-dev, libaspell-dev, liblua5.1-0-dev, - tcl8.6-dev, @@ -136,7 +136,7 @@ index 8fbf582b3..a30e30053 100644 libncursesw5-dev, gem2deb, @@ -12,14 +11,12 @@ Build-Depends: - python-dev, + python3-dev, libaspell-dev, liblua5.1-0-dev, - tcl8.6-dev, |