123456789101112131415161718192021 |
- --- template.orig 2020-11-11 23:28:35.531177000 +0600
- +++ template 2020-11-13 05:07:20.528037000 +0600
- @@ -23,13 +23,5 @@ nocross="genManual: cannot execute binar
-
- -build_options="webengine"
- -desc_option_webengine="Build with Qt5 WebEngine support"
- -
- -if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
- - build_options_default="webengine"
- -fi
- -
- -if [ "$build_option_webengine" ]; then
- - makedepends+=" qt5-webengine-devel"
- -else
- - make_build_args+=" BUILD_WEBENGINE=OFF"
- -fi
- +# Liberation:
- +# Removed webengine related code.
- +# This is kept from the old if block so that nonfree webengine is not used:
- +make_build_args+=" BUILD_WEBENGINE=OFF"
|