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

configure does not build at-spi support in Qt 5.9.1 because it cannot be enabled

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • 5.9.2
    • 5.9.1
    • Build System
    • None
    • openSUSE Tumbleweed, GCC 7 compiler.

    Description

      As the subject says, starting from Qt 5.9.1 the build system does not pick up the system at-spi2 (changed in 98057fc6c5455c82844a53b374994c33ee1c1a0e in qtbase) and does not build it.

      The reason is that there is no at-spi2 configuration option, so it cannot be properly built at all.

      The error message given at configuration is also misleading:

      "Note: Disabling Linux Accessibility Bridge: D-Bus is missing."

      while it's not related to D-Bus at all.

      In the source:

      "condition": "features.accessibility && features.xcb && features.dbus && config.atspi"

      should probably be

      "condition": "features.accessibility && features.xcb && features.dbus && libs.atspi" 

      instead.

      In fact, doing so allows building at-spi2 support.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              buddenha Oswald Buddenhagen
              lbeltrame Luca Beltrame
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes