build_config_wayland.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "git_url": "https://github.com/o3de/qt5.git",
  3. "git_tag": "5.15.1-o3de",
  4. "git_commit": "b3a1a6947422928e8aecb14ad607199e9720d266",
  5. "package_name": "qt-wayland",
  6. "package_url": "https://www.qt.io/",
  7. "package_license": "LGPL-3.0",
  8. "package_license_file": "qt/LICENSE.LGPLv3",
  9. "cmake_find_source": "FindQt.cmake.wayland",
  10. "cmake_find_target": "FindQt.cmake",
  11. "Platforms": {
  12. "Linux": {
  13. "Linux": {
  14. "package_version": "5.15.2-rev9",
  15. "patch_file": "qt-linux.patch",
  16. "depends_on_packages": [
  17. ["OpenSSL-1.1.1t-rev1-linux", "63aea898b7afe8faccd0c7261e62d2f8b7b870f678a4520d5be81e5815542b39", ""],
  18. ["tiff-4.2.0.15-rev3-linux", "2377f48b2ebc2d1628d9f65186c881544c92891312abe478a20d10b85877409a", ""],
  19. ["zlib-1.2.11-rev5-linux", "9be5ea85722fc27a8645a9c8a812669d107c68e6baa2ca0740872eaeb6a8b0fc", ""]
  20. ],
  21. "custom_build_cmd": [
  22. "./build-linux.sh",
  23. "tiff-4.2.0.15-rev3-linux",
  24. "zlib-1.2.11-rev5-linux",
  25. "OpenSSL-1.1.1t-rev1-linux",
  26. "wayland"
  27. ],
  28. "custom_install_cmd": [
  29. "{python}", "copy_platform_cmakes.py"
  30. ]
  31. },
  32. "Linux-aarch64": {
  33. "package_version": "5.15.2-rev9",
  34. "patch_file": "qt-linux.patch",
  35. "depends_on_packages": [
  36. ["OpenSSL-1.1.1t-rev1-linux-aarch64", "f32721bec9c82d1bd7fb244d78d5dc4e2a47e7b808bb36027236ad377e241ea5", ""],
  37. ["tiff-4.2.0.15-rev3-linux-aarch64", "429461014b21a530dcad597c2d91072ae39d937a04b7bbbf5c34491c41767f7f", ""],
  38. ["zlib-1.2.11-rev5-linux-aarch64", "ce9d1ed2883d77ffc69c7982c078595c1f89ca55ec19d89fe7e6beb05f774775", ""]
  39. ],
  40. "custom_build_cmd": [
  41. "./build-linux.sh",
  42. "tiff-4.2.0.15-rev3-linux-aarch64",
  43. "zlib-1.2.11-rev5-linux-aarch64",
  44. "OpenSSL-1.1.1t-rev1-linux-aarch64",
  45. "wayland"
  46. ],
  47. "custom_install_cmd": [
  48. "{python}", "copy_platform_cmakes.py"
  49. ]
  50. }
  51. }
  52. }
  53. }