1. 12 Apr, 2023 1 commit
    • Martin Jansa's avatar
      qtwebkit: Fix build with gcc-13 · e551f7b3
      Martin Jansa authored
      
      * there are few newer commits since the SRCREV used in this recipe
        it might be useful if someone is still using this (I don't, so
        I'll just fix the build failure with gcc-13 and cleanup the .patch files):
      
      $ git log --oneline 10cd6a106..origin/5.212
      ac8ebc6c3 (origin/5.212) Enable QML tests
      5a99e5d4c Import QtWebKit commit 5d89eef9bc689abb59ef799b445c35b1e322b3f1
      685ed792f Import QtWebKit commit 143b469188bde226d5e70cff5f01699b8a29d865
      8967b4f87 Import QtWebKit commit 6faf5d547055321f0d518fe83766499cac5d8664
      08eaf858c Import QtWebKit commit cf37bc44f798d3c5a26d17086ada92688b9bfe6d
      412e257d0 Workaround for Windows Store python3.exe
      e16357a52 Import QtWebKit commit f966d667c14ddcfe983f4a31fc80a1edbb6ada10
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      e551f7b3
  2. 22 Jan, 2021 1 commit
  3. 06 Feb, 2020 1 commit
  4. 03 Feb, 2020 1 commit
  5. 24 Jan, 2020 1 commit
  6. 31 Oct, 2019 1 commit
  7. 25 Sep, 2018 1 commit
  8. 05 Jun, 2018 1 commit
    • Andreas Müller's avatar
      qtwebkit: do not skip build - use cmake as build system · 29445f6e
      Andreas Müller authored
      
      log.do_configure says:
      
      | The WebKit build was disabled for the following reasons:
      |     * cross-compilation of QtWebKit with qmake is not supported yet
      |    * Missing cmake from PATH
      |    * Using cmake version , but at least cmake 2.8.12 is required to build QtWebKit.
      
      and build was finished without errors (but surprisingly fast). Looking into
      qtwebkit, it seems they have changed to cmake build system and Webkit.pro is
      just a wrapper for preparing and running cmake.
      
      For the transition the packageconfigs were translated as close as possible.
      'libxcomposite' and 'libxrender' were merged to 'x11' - there is only one
      option 'ENABLE_X11_TARGET' available for both.
      Signed-off-by: default avatarAndreas Müller <schnitzeltony@gmail.com>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      29445f6e