l_template_changes.patch 640 B

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