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