mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Include python plugins by default in build
This commit is contained in:
parent
47dfa6c3fc
commit
27a842d1cf
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
#./configure PYTHON_VERSION=3 CFLAGS='-g3 -O0' CXXFLAGS='-g3 -O0' --enable-python-plugins $@
|
#./configure PYTHON_VERSION=3 CFLAGS='-g3 -O0' CXXFLAGS='-g3 -O0' $@
|
||||||
./configure CFLAGS='-g3 -O0' CXXFLAGS='-g3 -O0' --enable-python-plugins $@
|
./configure CFLAGS='-g3 -O0' CXXFLAGS='-g3 -O0' $@
|
||||||
|
@ -71,12 +71,7 @@ AC_ARG_ENABLE([icons],
|
|||||||
# python
|
# python
|
||||||
if test "x$enable_plugins" = xno; then
|
if test "x$enable_plugins" = xno; then
|
||||||
AM_CONDITIONAL([BUILD_PYTHON_API], [false])
|
AM_CONDITIONAL([BUILD_PYTHON_API], [false])
|
||||||
#
|
elif test "x$enable_python_plugins" != xno; then
|
||||||
# Python plugins are temporary disabled by default, because Profanity doesn't
|
|
||||||
# build with all python versions. Change `= xyes` to `!= xno` to enable it by
|
|
||||||
# default.
|
|
||||||
#
|
|
||||||
elif test "x$enable_python_plugins" = xyes; then
|
|
||||||
AS_IF([test "x$PLATFORM" = xosx], [
|
AS_IF([test "x$PLATFORM" = xosx], [
|
||||||
AS_IF([test "x$PYTHON_FRAMEWORK" = x], [ PYTHON_FRAMEWORK="/Library/Frameworks/Python.framework" ])
|
AS_IF([test "x$PYTHON_FRAMEWORK" = x], [ PYTHON_FRAMEWORK="/Library/Frameworks/Python.framework" ])
|
||||||
AC_MSG_NOTICE([Symlinking Python.framework to $PYTHON_FRAMEWORK])
|
AC_MSG_NOTICE([Symlinking Python.framework to $PYTHON_FRAMEWORK])
|
||||||
|
Loading…
Reference in New Issue
Block a user