qt5.qtbase: Build all QPA backends by default
This commit is contained in:
parent
dc322c76d6
commit
5ade6ec79e
@ -221,7 +221,6 @@ stdenv.mkDerivation {
|
|||||||
# To prevent these failures, we need to override PostgreSQL detection.
|
# To prevent these failures, we need to override PostgreSQL detection.
|
||||||
PSQL_LIBS = lib.optionalString (postgresql != null) "-L${postgresql.lib}/lib -lpq";
|
PSQL_LIBS = lib.optionalString (postgresql != null) "-L${postgresql.lib}/lib -lpq";
|
||||||
|
|
||||||
# -no-eglfs, -no-directfb, -no-linuxfb and -no-kms because of the current minimalist mesa
|
|
||||||
# TODO Remove obsolete and useless flags once the build will be totally mastered
|
# TODO Remove obsolete and useless flags once the build will be totally mastered
|
||||||
configureFlags =
|
configureFlags =
|
||||||
[
|
[
|
||||||
@ -328,11 +327,6 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
"-libinput"
|
"-libinput"
|
||||||
|
|
||||||
"-no-eglfs"
|
|
||||||
"-no-gbm"
|
|
||||||
"-no-kms"
|
|
||||||
"-no-linuxfb"
|
|
||||||
|
|
||||||
''-${lib.optionalString (cups == null) "no-"}cups''
|
''-${lib.optionalString (cups == null) "no-"}cups''
|
||||||
"-dbus-linked"
|
"-dbus-linked"
|
||||||
"-glib"
|
"-glib"
|
||||||
|
Loading…
Reference in New Issue
Block a user