Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-79285

INTEGRITY: Fix check for egl

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.14.0 RC1
    • 5.14.0 Beta 1
    • Build System
    • None
    • Integrity, Linux/X11
    • accc40f323b2eb284a9c2767a29659ebbb135b14 (qt/qtbase/5.15)

    Description

      When configuring Qt 5.14 beta1 for INTEGRITY on a Linux host machine, the configuration system silently ignores test for egl-rcar.

              "egl-rcar": {
                  "label": "RCAR EGL",
                  "type": "compile",
                  "test": {
                      "include": [ "EGL/egl.h" ],
                      "tail": [
                          "extern \"C\" {",
                          "extern unsigned long PVRGrfxServerInit(void);",
                          "}"
                      ],
                      "main": [
                          "PVRGrfxServerInit();"
                      ]
                  },
                  "use": "egl opengl_es2"
              },
      
      

      egl and opengl_es2 features are available but egl-rcar test cannot be found in configure.log nor is the feature enabled.

      Attachments

        1. config.log
          131 kB
        2. config.summary
          11 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            kkohne Kai Köhne
            taarnipuro Timo Aarnipuro
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes