l_template_changes.patch 538 B

123456789101112131415161718192021
  1. --- template.orig 2020-11-27 22:36:22.503226000 +0600
  2. +++ template 2020-12-02 16:56:01.282562000 +0600
  3. @@ -16,17 +16,2 @@ checksum=85aef7c74277cf94de237e516c3c2d5
  4. -case "$XBPS_TARGET_MACHINE" in
  5. - arm*) nocross="no webengine available right now";;
  6. -esac
  7. -
  8. -build_options="webengine"
  9. -desc_option_webengine="Build Qt5 WebEngine support"
  10. -
  11. -if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
  12. - build_options_default="webengine"
  13. -fi
  14. -
  15. -if [ "$build_option_webengine" ]; then
  16. - makedepends+=" qt5-webengine-devel"
  17. -fi
  18. -
  19. if [ "$CROSS_BUILD" ]; then