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

Configure -no-xinerama doesn't work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.15.1
    • Build System
    • None
    • Ubuntu 18.04
    • Linux/X11

      I'm having issues when deploying my app to some Ubuntu systems where libxcb-xinerama.so.0 isn't installed.

      Based on this documentation https://doc.qt.io/qt-5/linux-deployment.html there should be a configure switch to disable xinerama at all.

      But, when I tried ./configure -no-xinerama I'm getting following error:

      ./configure -no-xinerama
      + cd qtbase
      + qt-everywhere-src-5.15.1/qtbase/configure -top-level -no-xinerama
      Creating qmake...
      .Done.
      ERROR: Unknown command line option '-no-xinerama'.

      Is this switch still available?

      I also tried ./configure -list-features but there is no mention about xinerama. I see Xinerama mentioned only in ./configure -list-libraries:
      xcb_xinerama
      xcb_xinput
      xcb_xkb
      xcb_xlib
      xkbcommon
      xkbcommon_x11

      But I didn't find any -no-feature equivalent for -no-library.

      PS: Also -no-xrandr doesn't work as mentioned in the documentation

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

            qtbuildsystem Qt Build System Team
            ludek.vodicka Ludek Vodicka
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes