Merge pull request #70550 from adisbladis/qtbase-qpa-platforms

qt5.qtbase: Build all QPA backends by default

authored by adisbladis and committed by GitHub 6137b833 35646438

-6
-6
pkgs/development/libraries/qt-5/modules/qtbase.nix
··· 221 # To prevent these failures, we need to override PostgreSQL detection. 222 PSQL_LIBS = lib.optionalString (postgresql != null) "-L${postgresql.lib}/lib -lpq"; 223 224 - # -no-eglfs, -no-directfb, -no-linuxfb and -no-kms because of the current minimalist mesa 225 # TODO Remove obsolete and useless flags once the build will be totally mastered 226 configureFlags = 227 [ ··· 327 "-I" "${libXrender.out}/include" 328 329 "-libinput" 330 - 331 - "-no-eglfs" 332 - "-no-gbm" 333 - "-no-kms" 334 - "-no-linuxfb" 335 336 ''-${lib.optionalString (cups == null) "no-"}cups'' 337 "-dbus-linked"
··· 221 # To prevent these failures, we need to override PostgreSQL detection. 222 PSQL_LIBS = lib.optionalString (postgresql != null) "-L${postgresql.lib}/lib -lpq"; 223 224 # TODO Remove obsolete and useless flags once the build will be totally mastered 225 configureFlags = 226 [ ··· 326 "-I" "${libXrender.out}/include" 327 328 "-libinput" 329 330 ''-${lib.optionalString (cups == null) "no-"}cups'' 331 "-dbus-linked"