1234567891011121314151617181920212223 |
- --- template.orig 2020-11-15 23:29:21.343745000 +0600
- +++ template 2020-11-16 12:20:06.843598000 +0600
- @@ -24,16 +24,5 @@ fi
-
- -build_options="webengine"
- -desc_option_webengine="Build Qt5 WebEngine support"
- -
- -if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
- - if [ "$XBPS_TARGET_WORDSIZE" = "$XBPS_WORDSIZE" ]; then
- - build_options_default="webengine"
- - fi
- -fi
- -
- -if [ "$build_option_webengine" ]; then
- - makedepends+=" qt5-webengine-devel"
- -else
- - configure_args+=" -DSC_USE_QTWEBENGINE=OFF"
- -fi
- +# Liberation: Removed everything else related to webengine, except this one
- +# to disable webengine
- +configure_args+=" -DSC_USE_QTWEBENGINE=OFF"
-
|